Browse Source

updated ascii

pull/59/head
JaKooLit 2 years ago
parent
commit
e16faeef6f
  1. 14
      copy.sh

14
copy.sh

@ -8,16 +8,12 @@ if [[ $EUID -eq 0 ]]; then
exit 1 exit 1
fi fi
echo " printf "\n%.0s" {1..3}
echo " _ _ ___ __ "
echo " | _. |/ _ _ | o _|_ __ | \ / \ | (_ "
echo " \_| (_| o |\ (_) (_) |_ | |_ |_/ \_/ | __) "
printf "\n%.0s" {1..2}
_ _ __ _ _ _ ___ _
_ | |__ _ | |/ /___ ___| | (_) |_ ___| \ ___| |_ ___
| || / _` |_| ' </ _ \/ _ \ |__| | _|___| |) / _ \ _(_-<
\__/\__,_(_)_|\_\___/\___/____|_|\__| |___/\___/\__/__/
"
# Set some colors for output messages # Set some colors for output messages
OK="$(tput setaf 2)[OK]$(tput sgr0)" OK="$(tput setaf 2)[OK]$(tput sgr0)"
ERROR="$(tput setaf 1)[ERROR]$(tput sgr0)" ERROR="$(tput setaf 1)[ERROR]$(tput sgr0)"

Loading…
Cancel
Save