add properly escaped header to script
This commit is contained in:
parent
124d094911
commit
509a3c54f0
1 changed files with 7 additions and 5 deletions
12
setup
12
setup
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
||||||
# Trigger sudo prompt before less can block password input
|
# Trigger sudo prompt before less can block password input
|
||||||
sudo echo ''
|
sudo echo ''
|
||||||
|
|
||||||
|
@ -20,11 +19,14 @@ fi
|
||||||
exec > >(less +F --header 8) 2>&1
|
exec > >(less +F --header 8) 2>&1
|
||||||
trap 'exec >&- 2>&-; wait' EXIT
|
trap 'exec >&- 2>&-; wait' EXIT
|
||||||
|
|
||||||
# Grab said header
|
echo ':::::::-. ... ... :::::::.. .::::::.
|
||||||
curl -s https://old.doordesk.net/doors
|
;;, `'\'';, .;;;;;;;. .;;;;;;;. ;;;;``;;;; ;;;` `
|
||||||
echo -e "Doors are sturdier than windows.
|
`[[ [[,[[ \[[,,[[ \[[,[[[,/[[['\'' '\''[==/[[[[,
|
||||||
|
$$, $$$$$, $$$$$$, $$$$$$$$$c '\'''\'''\'' $
|
||||||
|
888_,o8P'\''"888,_ _,88P"888,_ _,88P888b "88bo,88b dP
|
||||||
|
MMMMP"` "YMMMMMP" "YMMMMMP" MMMM "W" "YMmMY" '
|
||||||
|
echo "Doors are sturdier than windows.
|
||||||
-------------------------------------------------------"
|
-------------------------------------------------------"
|
||||||
|
|
||||||
echo -e "\nSetup for $OS"
|
echo -e "\nSetup for $OS"
|
||||||
|
|
||||||
if [[ $OS == *Arch* ]]; then
|
if [[ $OS == *Arch* ]]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue