| # clears the screen so the prompt is at the bottom
|
| if tty >/dev/null 2>&1; then
|
| for ((n=1; n<$LINES; n++)); do
|
| echo
|
| done
|
| fi
|
| # clears the screen so the prompt is at the bottom
|
| if tty >/dev/null 2>&1; then
|
| for ((n=1; n<$LINES; n++)); do
|
| echo
|
| done
|
| fi
|