rwx/sh/clear.sh
2025-07-27 16:46:43 +02:00

9 lines
74 B
Bash

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