rwx/sh/alias/clear.sh
2025-07-06 19:17:49 +02:00

6 lines
55 B
Bash

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