aboutsummaryrefslogtreecommitdiff
path: root/convert.sh
diff options
context:
space:
mode:
Diffstat (limited to 'convert.sh')
-rwxr-xr-xconvert.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/convert.sh b/convert.sh
new file mode 100755
index 0000000..228f682
--- /dev/null
+++ b/convert.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+# converts minecraft.csv to minecraft.txt
+cut -d',' -f2 < minecraft.csv | tail -n +2 | sort > minecraft.txt