summaryrefslogtreecommitdiff
path: root/bin/hackvr2dat.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hackvr2dat.sh')
-rw-r--r--bin/hackvr2dat.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/hackvr2dat.sh b/bin/hackvr2dat.sh
new file mode 100644
index 0000000..295de4a
--- /dev/null
+++ b/bin/hackvr2dat.sh
@@ -0,0 +1,2 @@
+### just split into points for each line and and add two blank lines after each hackvr line
+tr -s ' ' | cut '-d ' -f5- | sed 's/$/__/g' | tr ' ' '\n' | paste - - - | tr '_' '\n'