nsbin/old/transeterm

8 lines
169 B
Plaintext
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