summaryrefslogtreecommitdiff
path: root/tsv2bib
diff options
context:
space:
mode:
Diffstat (limited to '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'