nitefood / asn

ASN / RPKI validity / BGP stats / IPv4v6 / Prefix / URL / ASPath / Organization / IP reputation / IP geolocation / IP fingerprinting / Network recon / lookup API server / Web traceroute server
MIT License
1.33k stars 161 forks source link

Bash script is not executable in repository #7

Closed taladar closed 3 years ago

taladar commented 3 years ago

It would be useful if the Script had the executable bit set in the repository so it was directly usable when cloning

nitefood commented 3 years ago

This is probably due to the fact that I work under both Windows and WSL (where the files are symlinked to a Windows drive). I guess this doesn't help Git with permission bits tracking.

I'll try a git update-index --chmod=+x asn, all the while keeping permission bits tracking disabled. Should stick through subsequent commits, I hope.

Thanks for your feedback!