home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stars of Shareware: Raytrace & Morphing
/
SOS-RAYTRACE.ISO
/
programm
/
source
/
rayce27s
/
cformat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-01-11
|
157 b
|
6 lines
#!/bin/sh
INDENTOPT="-i4 -orig -T byte -T bool -T object -T vector -T color -T spoly -T matrix -bap -bad"
for a in $*
do /usr/bin/indent $INDENTOPT $a
done