#!/bin/csh -f 
#--------- sc spreadsheet on "file".sc
#   usage: scsmall file
#

xterm -fn 7x14bold -g 120x35 -bg black -fg cyan -e sc -n $1 &

### replaces
# alias scsmall 'xterm -fn 7x14bold -geometry 120x35 -bg black \
#		-fg cyan -e sc -n \!^ &'
#
# also see: scbig , scsmall
