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