- Timestamp:
- 01/10/06 22:12:31 (3 years ago)
- Files:
-
- 1 modified
-
stats/temp.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
stats/temp.sh
r292 r304 2 2 3 3 host=`hostname` 4 if [ $host == 'edgcm.columbia.edu' ]; then 4 if [ $host == 'edgcm.columbia.edu' ] || \ 5 [ $host == 'modnar.giss.nasa.gov' ]; then 5 6 t0=`./temp_work.sh | grep BACKSIDE | cut -f 1` 6 7 t1=`./temp_work.sh | grep "U3 HEATSINK" | cut -f 1`
