nsbin/transeterm
Nico Schottelius d3c6e29902 Initial commit
2006-07-20 09:54:37 +02:00

7 lines
169 B
Text
Executable file

colour="$1"
OPTS="-title `basename $0` -trsb -tr -sh 100 -fg white -bg black -fade 50 -bw 0 +sb -sl 1000 -ls"
[ "$colour" ] && OPTS="$OPTS -tint $colour"
aterm $OPTS