- Timestamp:
- 09/24/09 16:10:31 (15 years ago)
- Location:
- tools/Scripts
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/Scripts/Logon
r84 r119 14 14 xterm -e "echo 'Warning: fact_repos.svn does not have a single revision number'; 15 15 echo 'Make an update before starting a run!'; 16 echo 'Contact O.Grimm, T.Kraehenbuehl, M. Rissior Q.Weitzel in case you need help';16 echo 'Contact O.Grimm, T.Kraehenbuehl, or Q.Weitzel in case you need help'; 17 17 echo 'Hit return to continue'; 18 18 read;" -
tools/Scripts/startall
r76 r119 8 8 sleep 5 9 9 10 xterm -e "startsqm" & 11 10 12 startdaq 11 13 -
tools/Scripts/updateall
r76 r119 11 11 echo -n "Hit enter to make drsdaq" 12 12 read 13 make -C drsdaq clean 13 14 make -C drsdaq 14 15 15 16 echo -n "Hit enter to make hvcontrol" 16 17 read 18 make -C hvcontrol clean 17 19 make -C hvcontrol 18 20 … … 20 22 read 21 23 cd tools/ddd 24 make clean 22 25 qmake 23 26 make … … 26 29 echo -n "Hit enter to make inspectrawfile" 27 30 read 31 make -C tools/inspectrawfile clean 28 32 make -C tools/inspectrawfile 29 33 30 34 echo -n "Hit enter to make SocketClient" 31 35 read 36 make -C tools/SocketClient clean 32 37 make -C tools/SocketClient 33 38 39 echo -n "Hit enter to make SkyQualityMonitor" 40 read 41 make -C tools/SkyQualityMonitor clean 42 make -C tools/SkyQualityMonitor 43 34 44 popd >/dev/null
Note:
See TracChangeset
for help on using the changeset viewer.