diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-09 23:30:22 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-09 23:30:22 +0900 |
| commit | c286515c9503f0dd54c3b7ba37bd93e1c98b8454 (patch) | |
| tree | 2b2be92dd50c93d47911a37c5caae4b2ff348d55 /copy.sh | |
| parent | fa52522d9d8564d7c069f9fd794c41b5e4e6e00f (diff) | |
updated ascii
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 14 |
1 files changed, 5 insertions, 9 deletions
@@ -8,15 +8,11 @@ if [[ $EUID -eq 0 ]]; then exit 1 fi -echo " - - ██╗ █████╗ ██╗ ██╗ ██████╗ ██████╗ ██╗ ██╗████████╗ ██████╗ ██████╗ ████████╗███████╗ - ██║██╔══██╗ ██║ ██╔╝██╔═══██╗██╔═══██╗██║ ██║╚══██╔══╝ ██╔══██╗██╔═══██╗╚══██╔══╝██╔════╝ - ██║███████║ █████╔╝ ██║ ██║██║ ██║██║ ██║ ██║ █████╗██║ ██║██║ ██║ ██║ ███████╗ -██ ██║██╔══██║ ██╔═██╗ ██║ ██║██║ ██║██║ ██║ ██║ ╚════╝██║ ██║██║ ██║ ██║ ╚════██║ -╚█████╔╝██║ ██║██╗██║ ██╗╚██████╔╝╚██████╔╝███████╗██║ ██║ ██████╔╝╚██████╔╝ ██║ ███████║ - ╚════╝ ╚═╝ ╚═╝╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚══════╝ - +echo " + _ _ __ _ _ _ ___ _ + _ | |__ _ | |/ /___ ___| | (_) |_ ___| \ ___| |_ ___ + | || / _` |_| ' </ _ \/ _ \ |__| | _|___| |) / _ \ _(_-< + \__/\__,_(_)_|\_\___/\___/____|_|\__| |___/\___/\__/__/ " # Set some colors for output messages OK="$(tput setaf 2)[OK]$(tput sgr0)" |
