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/gentransswitch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/gentransswitch.sh') diff --git a/utils/gentransswitch.sh b/utils/gentransswitch.sh index 42726ce..447c9be 100755 --- a/utils/gentransswitch.sh +++ b/utils/gentransswitch.sh @@ -1,7 +1,7 @@ #!/bin/sh printf '\tswitch (t) {\n' -for f in transform_??_???.txt; do +for f in cubes/transform_??_???.txt; do t="$(echo $f | sed 's/.*_// ; s/\.txt//')" mirror_or_rotation="$(echo $t | grep m)" if [ -z "$mirror_or_rotation" ]; then -- cgit v1.3