6 lines
55 B
Bash
6 lines
55 B
Bash
# clear terminal
|
|
#= c
|
|
a__clear() {
|
|
clear \
|
|
"${@}"
|
|
}
|