#!/bin/sh
 
echo
echo starting cold_boot_test_for_stable_temp.pl at 'date'
 
 
cd $HOME/cold_boot_test
 
year=$(date +%Y)
month=$(date +%m)
day=$(date +%d)
 
mkdir $year
cd $year
mkdir $month
cd $month
mkdir $day.warmup
cd $day.warmup

#cd $HOME/cold_boot_test/$year/$month/$day

 
#stoptestdaq
#on all
#gotoiceboot
dtsxall

nohup cold_boot_test_for_stable_temp.pl &
