rwx/sh/cmd/clear.sh
2024-11-18 12:38:15 +01:00

5 lines
43 B
Bash

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