Skip to content

Commit

Permalink
Update resdns.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas authored Aug 27, 2023
1 parent f8ecd5a commit 0222aeb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion resdns/resdns.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,17 @@ NC='\033[0m'
#----------------------------------------------------------------------------#
# Deps: curl + dos2unix + sponge (moreutils)
#----------------------------------------------------------------------------#

#Banner
echo -e "${PURPLE}"
cat << "EOF"
_____ _ _ _____
| __ \| \ | |/ ____|
_ __ ___ ___| | | | \| | (___
| '__/ _ \/ __| | | | . ` |\___ \
| | | __/\__ \ |__| | |\ |____) |
|_| \___||___/_____/|_| \_|_____/
EOF
echo -e "${NC}"
#----------------------------------------------------------------------------#
# Opts
#Help / Usage
Expand Down

0 comments on commit 0222aeb

Please sign in to comment.