6 lines
78 B
Plaintext
6 lines
78 B
Plaintext
cd src
|
|
bstc -b -O cgru $1.spin
|
|
cp $1.binary ../root/bin/$1
|
|
rm $1.binary
|
|
cd ..
|