diff options
| author | KatolaZ <katolaz@freaknet.org> | 2020-01-05 16:36:23 +0000 |
|---|---|---|
| committer | KatolaZ <katolaz@freaknet.org> | 2020-01-05 16:36:23 +0000 |
| commit | a55b810aacf8ca29da2d542e330e15abcfce8458 (patch) | |
| tree | 213233408990945bad79ce61e919441dc16e8239 | |
| parent | d81569bf126d1de0e6da4c32bc0e2b9ee460b78a (diff) | |
add tsv2bib
| -rwxr-xr-x | tsv2bib | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#!/bin/sh + +tr '\t' '\n' |
