11 lines
164 B
Plaintext
Executable File
11 lines
164 B
Plaintext
Executable File
# Path defititions
|
|
bin="/home/ftp/hive/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 ..
|