1#!/bin/bash 2 3if [ "`whoami`" != "root" ]; then 4 echo Need to be root to execute.; 5 exit 1; 6fi 7 8 9./unload.sh 10./scratch 11./clean_log.sh 12# ./sta.sh 13