diff options
Diffstat (limited to 'Sources/game/img-to-game-format')
| -rwxr-xr-x | Sources/game/img-to-game-format | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Sources/game/img-to-game-format b/Sources/game/img-to-game-format new file mode 100755 index 0000000..c10c6a5 --- /dev/null +++ b/Sources/game/img-to-game-format @@ -0,0 +1,6 @@ +#!/bin/sh +cd /home/maks/school/mobileApps/mendela/kappalepeli/Sources/game/imgs +f="$1.$2" +#cbp > "$f" +chafa $f > "$1.tpng" +jp2a $f > "$1.txt" |
