home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1227 / runscb < prev   
Encoding:
Text File  |  1990-12-28  |  188 b   |  15 lines

  1. set -x
  2. rm answers subele
  3. crun
  4. drun 1 36
  5. trun 120 1
  6. for i in 0 30 60 90 120
  7. do
  8.     for j in 0 4 8 12 16 20 24 28 32 36
  9.     do
  10.         xrun $i $j
  11.     done
  12. done
  13. tplot answers >graph
  14. echo "process complete"
  15.