home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / source / rayce27s / cformat < prev    next >
Encoding:
Text File  |  1994-01-11  |  157 b   |  6 lines

  1. #!/bin/sh
  2. INDENTOPT="-i4 -orig -T byte -T bool -T object -T vector -T color -T spoly -T matrix  -bap -bad"
  3. for a in $*
  4. do /usr/bin/indent $INDENTOPT $a
  5. done
  6.