spinix-hive/build_bin

12 lines
186 B
Plaintext
Raw Normal View History

# Path defititions
2014-05-05 12:18:45 +02:00
##bin="/home/ftp/hive/spinix"
bin="../Bin/spinix"
sd="${bin}/sdcard"
flash="${bin}/flash"
cd src
bstc -b -O cgru $1.spin
cp $1.binary ${sd}/bin/$1
rm $1.binary
cd ..