mirror of
git://projects.qi-hardware.com/antorcha.git
synced 2024-11-27 01:39:42 +02:00
3 lines
64 B
Plaintext
3 lines
64 B
Plaintext
|
#!/bin/sh
|
||
|
./txt2xbm TEST | ./stretch 6 | ./xbm2gp "$@" | ./plot
|