1
0
mirror of git://projects.qi-hardware.com/antorcha.git synced 2024-11-01 19:22:47 +02:00
antorcha/tornado/fw/txt/t

10 lines
166 B
Bash
Executable File

#!/bin/sh
T="TEST"
F=6
if [ "$1" = -g ]; then
shift
./txt2xbm "$T" | ./stretch $F | ./xbm2gp "$@" | ./plot
else
./txt2xbm "$T" | ./stretch $F | ./xbm2tornado
fi