OSDN Git Service

Update FF_SPECS.f
[fast-forth/master.git] / config / SendSource
1 #!/bin/bash
2
3 echo $1
4 echo $2
5 echo $3
6
7 #gema -nobackup -line -t '\r\n=\n'  -f  $FF/inc/$2.pat $1.f $FF/MSP430-FORTH/$1.4th 
8 gema -nobackup -line -t '\r\n=\n'  -f  $FF/inc/$2.pat $1.f $1.4th 
9 gema -line -t '\n=\r\n'  $FF/MSP430-FORTH/$1.4th $FF/MSP430-FORTH/LAST.4th
10 #rm $FF/MSP430-FORTH/$1.4th
11
12
13 cat LAST.4th > /dev/ttyUSB0
14 #cp LAST.4th  /dev/ttyUSB0