Changeset 32
- Timestamp:
- Feb 4, 2003, 10:43:59 AM (23 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/shell/src/sp_plots (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/shell/src/sp_plots
r16 r32 12 12 setenv DISPLAY $xdisp 13 13 14 if ("$1" == "init") goto init; 15 if ("$1" == "plot") goto plot; 16 if ("$1" == "done") goto done; 14 if ("$1" == "init") goto init; 15 if ("$1" == "plot") goto plot; 16 if ("$1" == "mkplot") goto mkplot; 17 if ("$1" == "done") goto done; 17 18 goto usage; 18 19 … … 29 30 30 31 plot: 31 # status -c $elixir -C skyprobe --norc --only $script >& /dev/null32 32 echo "init; doplots; exit 0" | status -C skyprobe --norc $script 33 exit 0; 34 35 36 mkplot: 37 if ($#argv != 2) goto usage 38 echo "init; ntplot $2; exit 0" | status -C skyprobe --norc $script 33 39 exit 0; 34 40 … … 46 52 echo "USAGE: sp_plots init" 47 53 echo "USAGE: sp_plots plot" 48 echo "USAGE: sp_plots done (date)" 54 echo "USAGE: sp_plots mkplot (yyyy/mm/dd)" 55 echo "USAGE: sp_plots done (yyyymmdd))" 49 56 exit 2;
Note:
See TracChangeset
for help on using the changeset viewer.
