5 lines
69 B
Bash
5 lines
69 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
echo "converting $1.bas"
|
||
|
|
petcat -w2 -o $1.prg -- $1.bas
|