aestheticsss
This commit is contained in:
parent
f2d8a87cc1
commit
de6af6bf53
1 changed files with 2 additions and 2 deletions
4
setup
4
setup
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
clear &&
|
||||||
echo "Choose your adventure:
|
echo "Choose your adventure:
|
||||||
============================
|
============================
|
||||||
1. Shell/CLI stuff only
|
1. Shell/CLI stuff only
|
||||||
|
@ -36,11 +37,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