From b218c803ae1110b08b4896be0a59177e280c9091 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 9 Jun 2024 19:25:04 +0200 Subject: sorted utils folder --- utils/genmovecode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/genmovecode.sh') diff --git a/utils/genmovecode.sh b/utils/genmovecode.sh index d1a70c0..2e4040b 100755 --- a/utils/genmovecode.sh +++ b/utils/genmovecode.sh @@ -3,7 +3,7 @@ gcc -DDEBUG h48_to_lst.c ../src/cube.c -o h48_to_lst gen() { - for f in move_??_*.txt; do + for f in cubse/move_??_*.txt; do move="$(echo $f | sed 's/.*_// ; s/\.txt//')" printf '#define _move_cube_%s fastcube( \\\n ' "$move" ./h48_to_lst <"$f" -- cgit v1.3