rwx/sh/alias/clear.sh
2024-11-18 15:33:10 +01:00

5 lines
43 B
Bash

# clear terminal
c() {
clear \
"${@}"
}