rensc 213 B

123456789101112
  1. MAXCOUNT=30
  2. x=$MAXCOUNT
  3. while [[ $x -gt 0 ]]
  4. do
  5. echo $x
  6. fun flo fit plo ren rend.fun
  7. cp surface surface$x
  8. latex newrendemo
  9. dvips newrendemo
  10. cp newrendemo.ps newrendemo$x.ps
  11. x=$(( $x-1 ))
  12. done