aboutsummaryrefslogtreecommitdiff
path: root/utils/gentranscode.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/gentranscode.sh')
-rwxr-xr-xutils/gentranscode.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/gentranscode.sh b/utils/gentranscode.sh
index 4501bad..8f0ae14 100755
--- a/utils/gentranscode.sh
+++ b/utils/gentranscode.sh
@@ -9,7 +9,7 @@ sedavx() { sed '1,2s/$/ \\/ ; 3s/$/)/ ; 3q'; }
9sedsrc() { sed '3s/$/ };/ ; 3q'; } 9sedsrc() { sed '3s/$/ };/ ; 3q'; }
10 10
11gen() { 11gen() {
12 for f in transform_??_???.txt; do 12 for f in cubes/transform_??_???.txt; do
13 trans="$(echo $f | sed 's/.*_// ; s/\.txt//')" 13 trans="$(echo $f | sed 's/.*_// ; s/\.txt//')"
14 printf '#define _trans_cube_%s fastcube( \\\n ' "$trans" 14 printf '#define _trans_cube_%s fastcube( \\\n ' "$trans"
15 ./h48_to_lst <"$f" 15 ./h48_to_lst <"$f"

Generated with cgit - Back to sebastiano.tronto.net