Add the favicon_for script

It fetches a favicon for a given URL.
This commit is contained in:
Eryn Wells 2024-03-08 11:03:20 -08:00
parent ae8955f99e
commit e5755da377

3
bin/favicon_for Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env zsh
curl -IL $1/favicon.ico