diff --git a/week-0/day-1/background_downloader.sh b/week-0/day-1/background_downloader.sh new file mode 100644 index 00000000..803f7878 --- /dev/null +++ b/week-0/day-1/background_downloader.sh @@ -0,0 +1,5 @@ +echo Lets Start the Fun... +echo ### +wget -nd -r -l1 --no-parent -A jpeg,jpg https://wallpapercave.com/dark-knight-hd-wallpaper | grep -w "dark|knight|batman|robin|dark_knight" +echo ### +echo it's Done