summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2020-01-05 16:36:23 +0000
committerKatolaZ <katolaz@freaknet.org>2020-01-05 16:36:23 +0000
commita55b810aacf8ca29da2d542e330e15abcfce8458 (patch)
tree213233408990945bad79ce61e919441dc16e8239
parentd81569bf126d1de0e6da4c32bc0e2b9ee460b78a (diff)
add tsv2bib
-rwxr-xr-xtsv2bib3
1 files changed, 3 insertions, 0 deletions
diff --git a/tsv2bib b/tsv2bib
new file mode 100755
index 0000000..e80a18e
--- /dev/null
+++ b/tsv2bib
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+tr '\t' '\n'