aboutsummaryrefslogtreecommitdiffstats
path: root/share/hackvr/meshes/grid_floor.sh
diff options
context:
space:
mode:
Diffstat (limited to 'share/hackvr/meshes/grid_floor.sh')
-rwxr-xr-xshare/hackvr/meshes/grid_floor.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/share/hackvr/meshes/grid_floor.sh b/share/hackvr/meshes/grid_floor.sh
deleted file mode 100755
index 5ca556b..0000000
--- a/share/hackvr/meshes/grid_floor.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/bash
-cat <(for i in $(seq 1 16);do for j in $(seq 1 16);do echo floor addshape 5 2 $i 0 $j $i 0 $[j+1];echo floor addshape 5 2 $i 0 $j $[i+1] 0 $j;done; done) <(echo -e "floor scaleup 8\nepoch export floor\nepoch quit\n") | ../src/hackvr_headless epoch | sed "s/\.0*//g"