rwx/sh/alias/clear.sh

6 lines
43 B
Bash
Raw Normal View History

2023-05-09 22:02:34 +02:00
# clear terminal
2024-11-16 14:06:00 +01:00
c() {
clear \
"${@}"
}