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