This is scup.sh in view mode; [Download] [Up]
#!/bin/sh # Timothy J. Luoma -- 07 Feb 1996 # No guarantees expressed or implied # 'scup' for 'screen up' # it brings the brightness from 0 - 55 # requires: setdimlevel to be located somewhere in your $PATH setdimlevel 10 level=`expr 0 + 0` while [ "$level" != "60" ] do setdimlevel $level level=`/bin/expr $level + 5` done # end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.