From 8b72e391c7185e3da0dfbf0ab60068ac37e4d5cc Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 22 Apr 2025 09:00:15 +0200 Subject: Removed old scripts and updated public API --- utils/gentransswitch.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 utils/gentransswitch.sh (limited to 'utils/gentransswitch.sh') diff --git a/utils/gentransswitch.sh b/utils/gentransswitch.sh deleted file mode 100755 index 20e2bfb..0000000 --- a/utils/gentransswitch.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -printf '\tswitch (t) {\n' -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 - m="rotation" - else - m="mirrored" - fi - printf '\tcase %s:\n\t\treturn _trans_%s(%s, c);\n' "$t" "$m" "$t" -done -printf '\t}\n' -- cgit v1.3