start with header
This commit is contained in:
parent
2f122423a3
commit
db222b4b01
1 changed files with 10 additions and 8 deletions
18
setup
18
setup
|
@ -3,7 +3,17 @@
|
|||
set -e
|
||||
cd
|
||||
|
||||
HEADER=':::::::-. ... ... :::::::.. .::::::.
|
||||
;;, `'\'';, .;;;;;;;. .;;;;;;;. ;;;;``;;;; ;;;` `
|
||||
`[[ [[,[[ \[[,,[[ \[[,[[[,/[[['\'' '\''[==/[[[[,
|
||||
$$, $$$$$, $$$$$$, $$$$$$$$$c '\'''\'''\'' $
|
||||
888_,o8P'\''"888,_ _,88P"888,_ _,88P888b "88bo,88b dP
|
||||
MMMMP"` "YMMMMMP" "YMMMMMP" MMMM "W" "YMmMY"
|
||||
Doors are sturdier than windows.
|
||||
-------------------------------------------------------'
|
||||
|
||||
clear &&
|
||||
echo "$HEADER"
|
||||
echo "Choose your adventure:
|
||||
============================
|
||||
1. Shell/CLI stuff only
|
||||
|
@ -29,14 +39,6 @@ sudo echo ''
|
|||
. /etc/os-release
|
||||
OS=$NAME
|
||||
|
||||
HEADER=':::::::-. ... ... :::::::.. .::::::.
|
||||
;;, `'\'';, .;;;;;;;. .;;;;;;;. ;;;;``;;;; ;;;` `
|
||||
`[[ [[,[[ \[[,,[[ \[[,[[[,/[[['\'' '\''[==/[[[[,
|
||||
$$, $$$$$, $$$$$$, $$$$$$$$$c '\'''\'''\'' $
|
||||
888_,o8P'\''"888,_ _,88P"888,_ _,88P888b "88bo,88b dP
|
||||
MMMMP"` "YMMMMMP" "YMMMMMP" MMMM "W" "YMmMY"
|
||||
Doors are sturdier than windows.
|
||||
-------------------------------------------------------'
|
||||
printf "\nSetup for %s\n" "$OS"
|
||||
|
||||
case "$OS" in
|
||||
|
|
Loading…
Add table
Reference in a new issue