aboutsummaryrefslogtreecommitdiff
path: root/utils/genmovecode.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/genmovecode.sh')
-rwxr-xr-xutils/genmovecode.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/genmovecode.sh b/utils/genmovecode.sh
index ddde0f7..cf13441 100755
--- a/utils/genmovecode.sh
+++ b/utils/genmovecode.sh
@@ -4,7 +4,7 @@ cc -DDEBUG h48_to_lst.c ../src/nissy.c -o h48_to_lst
4 4
5gen() { 5gen() {
6 for f in cubes/move_??_*.txt; do 6 for f in cubes/move_??_*.txt; do
7 move="$(echo $f | sed 's/.*_// ; s/\.txt//')" 7 move="$(echo "$f" | sed 's/.*_// ; s/\.txt//')"
8 printf '#define _move_cube_%s fastcube( \\\n ' "$move" 8 printf '#define _move_cube_%s fastcube( \\\n ' "$move"
9 ./h48_to_lst <"$f" 9 ./h48_to_lst <"$f"
10 printf ')\n' 10 printf ')\n'

Generated with cgit - Back to sebastiano.tronto.net