rwx/sh/tty/clear.sh
2025-07-27 17:09:59 +02:00

9 lines
74 B
Bash

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