rwx/sh/alias/clear.sh
2024-11-17 22:27:38 +01:00

5 lines
43 B
Bash

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