Subversion Repositories Projects

Rev

Rev 626 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 626 Rev 635
Line 20... Line 20...
20
cd $DIST/VibrationTest
20
cd $DIST/VibrationTest
21
cp $HOME/VibrationTest/VibrationTestGui.py  ./
21
cp $HOME/VibrationTest/VibrationTestGui.py  ./
22
cp $HOME/VibrationTest/mkProto.py  ./
22
cp $HOME/VibrationTest/mkProto.py  ./
23
cp -a $HOME/VibrationTest/Resources ./
23
cp -a $HOME/VibrationTest/Resources ./
24
cp $HEXFILE ./
24
cp $HEXFILE ./
-
 
25
mkdir ./Data
Line 25... Line 26...
25
 
26
 
26
echo Compiled Python Code... | tee -a $LOG
27
echo Compiled Python Code... | tee -a $LOG
27
mkdir $TMP -p
28
mkdir $TMP -p
28
cd $TMP
29
cd $TMP
Line 37... Line 38...
37
 
38
 
38
mkdir $DIST/VibrationTestExe -p
39
mkdir $DIST/VibrationTestExe -p
39
cd $DIST/VibrationTestExe
40
cd $DIST/VibrationTestExe
40
cp $TMP/dist/* ./ -a
41
cp $TMP/dist/* ./ -a
-
 
42
cp -a $HOME/VibrationTest/Resources ./
Line 41... Line 43...
41
cp -a $HOME/VibrationTest/Resources ./
43
mkdir ./Data
Line 42... Line 44...
42
 
44
 
43
cp $HEXFILE ./
45
cp $HEXFILE ./