2 #Harvie's textmode work accelerator
4 echo -n 'Loading TurboBASH...';
7 SENSIBLE-EDITOR
='/usr/bin/nano';
14 "$SENSIBLE-EDITOR" "$1".c
;
19 "$SENSIBLE-EDITOR" "$1".cpp
;
20 "$CPP" -o "$1" "$1".cpp
;
This page took 0.446873 seconds and 4 git commands to generate.