sh/shell/alias/clear.sh
2024-11-15 16:27:41 +01:00

4 lines
38 B
Bash

# clear terminal
alias c="\
clear \
"