adamdehaven / fetchurls

A bash script to spider a site, follow links, and fetch urls (with built-in filtering) into a generated text file.
https://www.adamdehaven.com/blog/easily-crawl-a-website-and-fetch-all-urls-with-a-shell-script/
MIT License
127 stars 45 forks source link

Fix for executable #13

Closed Lamera closed 3 years ago

Lamera commented 3 years ago

The script is not usable until you change this to bash.

adamdehaven commented 3 years ago

Technically it should work on most systems; however, bin/sh is usually a symbolic link and now can link to different things (e.g. in Ubuntu).

I'll make the change in the morning as I need to update in another script repo as well.

Thanks, good catch!

adamdehaven commented 3 years ago

Thanks again @Lamera -- the script has been updated.