Changeset 42404 for trunk/tools/eam/rawfix.20230221/src/check.rawfix.sh
- Timestamp:
- Mar 9, 2023, 2:32:14 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/eam/rawfix.20230221/src/check.rawfix.sh
r42400 r42404 3 3 if ($#argv < 1) then 4 4 echo "USAGE: check.rawfix.sh (mode) [options]" 5 echo "USAGE: check.rawfix.sh all" 6 echo "USAGE: check.rawfix.sh stats" 5 7 echo "USAGE: check.rawfix.sh night (YYYYMMDD)" 6 echo "USAGE: check.rawfix.sh new" 8 echo "USAGE: check.rawfix.sh state (state)" 9 echo " NOTE: state = raw, rsync, md5sum.new" 7 10 exit 2 8 11 endif … … 61 64 if ($mystate == "rsync") goto good_state 62 65 if ($mystate == "md5sum.new") goto good_state 66 if ($mystate == "md5sum.done") goto good_state 67 if ($mystate == "md5sum.fail") goto good_state 63 68 64 69 echo "ERROR: unknown mode $mystate"
Note:
See TracChangeset
for help on using the changeset viewer.
