sh/shell/alias/clear.sh

6 lines
43 B
Bash
Raw Normal View History

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