rwx/sh/tui/clear.sh
2025-07-27 20:26:17 +02:00

9 lines
74 B
Bash

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