sh/shell/alias/clear.sh
2024-11-16 14:06:00 +01:00

5 lines
43 B
Bash

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