summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2018-02-04 00:07:41 -0600
committerepoch <epoch@hacking.allowed.org>2018-02-04 00:07:41 -0600
commit6ee67e9fb498e05c5d439ba732a07692f66a1f8d (patch)
tree51f0ebc69ec7a1449144b217a09441b8da795b94
parentf93f622d9b7c8c7eb25963cf063a6f83d5bb1fa2 (diff)
downloadhackvr-6ee67e9fb498e05c5d439ba732a07692f66a1f8d.tar.gz
hackvr-6ee67e9fb498e05c5d439ba732a07692f66a1f8d.zip
added color to the list_to_cubes
-rwxr-xr-xfilebrowser/list_to_cubes.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/filebrowser/list_to_cubes.sh b/filebrowser/list_to_cubes.sh
index 815c001..fe9b241 100755
--- a/filebrowser/list_to_cubes.sh
+++ b/filebrowser/list_to_cubes.sh
@@ -11,7 +11,7 @@
while read -r line;do
if [ "_$line" != '_' ];then
# ../tools/obj2hackvr.pl "$line" ../meshes/cube.obj
- printf "%s addshape 3 8 0 0 0 8 0 0 0 0\n" "$line"
+ printf "%s addshape 18 3 8 0 0 0 8 0 0 0 0\n" "$line"
cd ..
printf "%s\n" "$line" | ./makelabel.sh "$line" 15 0 0
cd filebrowser
@@ -19,7 +19,7 @@ while read -r line;do
#somehow printf '%s\n' "$line" | ./testfont.sh and make its output belong to same group as $line.. sed?
i=$[i+10]
else
- printf "epoch deleteallexcept epoch\n"
+ printf "USER deleteallexcept USER\n" #deleteallexcept doesn't have gr deletions yet I think.
i=0
fi
done