move clear
This commit is contained in:
parent
1017d7a062
commit
f2d8a87cc1
1 changed files with 1 additions and 1 deletions
2
setup
2
setup
|
@ -36,10 +36,10 @@ if ! type "less" &> /dev/null; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Execute in less with a header for style points
|
# Execute in less with a header for style points
|
||||||
|
clear
|
||||||
exec > >(less +F --header 8) 2>&1
|
exec > >(less +F --header 8) 2>&1
|
||||||
trap 'exec >&- 2>&-; wait' EXIT
|
trap 'exec >&- 2>&-; wait' EXIT
|
||||||
|
|
||||||
clear
|
|
||||||
|
|
||||||
echo ':::::::-. ... ... :::::::.. .::::::.
|
echo ':::::::-. ... ... :::::::.. .::::::.
|
||||||
;;, `'\'';, .;;;;;;;. .;;;;;;;. ;;;;``;;;; ;;;` `
|
;;, `'\'';, .;;;;;;;. .;;;;;;;. ;;;;``;;;; ;;;` `
|
||||||
|
|
Loading…
Add table
Reference in a new issue