|
|
@@ -1,7 +1,5 @@ |
|
|
|
#!/usr/bin/env bash |
|
|
|
|
|
|
|
#TestComment |
|
|
|
|
|
|
|
#A fancy little wget script for downloading Open Directories |
|
|
|
|
|
|
|
#preset wget options |
|
|
@@ -23,28 +21,6 @@ autoCloseMSG="Do you want the terminal to auto close upon task completion? y|n" |
|
|
|
fileTypeMSG="Please provide the filetypes you would like to filter seaperated with a ','. (mkv,mp4,jpg,etc)" |
|
|
|
custDownDirMSG="Please provide your custom Download Directory" |
|
|
|
|
|
|
|
#EOF allows the contents inside of be displayed as is and not affect the rest of the script |
|
|
|
IFS='' read -r -d '' VAR <<-'EOF' |
|
|
|
////////////////////////////////////////////////////////////////////////////// |
|
|
|
\ ______ _ __ / |
|
|
|
\ |_ _ `. (_) | ] / |
|
|
|
\ .--. _ .--. .---. _ .--. | | `. \ __ _ .--. ______ .--.| | / |
|
|
|
\ / .'`\ \[ '/'`\ \/ /__\\[ `.-. | | | | |[ | [ `/'`\]|______|/ /'`\' | / |
|
|
|
\ | \__. | | \__/ || \__., | | | | _| |_.' / | | | | | \__/ | / |
|
|
|
\ '.__.' | ;.__/ '.__.'[___||__]|______.' [___][___] '.__.;__] / |
|
|
|
\ [__| / |
|
|
|
////////////////////////////////////////////////////////////////////////////// |
|
|
|
Version 1.0 |
|
|
|
A Bash Script For Downloading Open Directories Using Wget |
|
|
|
Written by HMSheets |
|
|
|
|
|
|
|
------------------------------------------------------------------------------- |
|
|
|
EOF |
|
|
|
|
|
|
|
title() { |
|
|
|
echo "$VAR" |
|
|
|
} |
|
|
|
|
|
|
|
#main script start |
|
|
|
while true; do |
|
|
|
clear |
|
|
|