mirror of
git://projects.qi-hardware.com/antorcha.git
synced 2025-04-21 12:27:27 +03:00
tornado/fw/txt: xbm2tornado to create #include-able tornado binary; -g for t
This commit is contained in:
@@ -1,2 +1,9 @@
|
||||
#!/bin/sh
|
||||
./txt2xbm TEST | ./stretch 6 | ./xbm2gp "$@" | ./plot
|
||||
T="TEST"
|
||||
F=6
|
||||
if [ "$1" = -g ]; then
|
||||
shift
|
||||
./txt2xbm "$T" | ./stretch $F | ./xbm2gp "$@" | ./plot
|
||||
else
|
||||
./txt2xbm "$T" | ./stretch $F | ./xbm2tornado
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user