12 lines
186 B
Plaintext
Executable File
12 lines
186 B
Plaintext
Executable File
# Path defititions
|
|
##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 ..
|