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

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

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