9scripts/grid/clear

15 lines
162 B
Bash
Executable File

#!/bin/rc
# clear -- clears the window
> /dev/text
if(! ~ $#* 0){
echo -n $prompt
echo -n ' clear '
echo -n ''''
echo -n $"*
echo ''''
echo
eval $"*
}