-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsignature
More file actions
executable file
·28 lines (22 loc) · 818 Bytes
/
signature
File metadata and controls
executable file
·28 lines (22 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/bash
# signature
# Help message
if [[ $1 = -h ]] || [[ $1 = --help ]]
then
echo "
$(basename "$0") [-h] (name)
-- script to echo the signature to the console
where:
-h (--help) show help text
exit 0;"
fi
printf "\e[31m
________________________________________________________________
_______ _______
| _ |_ | _ |
| |___| | | |___| _________
'____ | '---.-----.--.--.--.-.--.'____ .-----.---|__ _ __|
| | | .-. | - | | | | .-. | | | |--| - | | |
| '_| |_'___'_'___/\___'_| |_' '_____'_____'__|__'
'-------' '-------' \e[36m@BadassBison\e[31m
________________________________________________________________\e[00m\n"