From e5755da377c3eb3cf1466aa3bc07559124cac845 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 8 Mar 2024 11:03:20 -0800 Subject: [PATCH] Add the favicon_for script It fetches a favicon for a given URL. --- bin/favicon_for | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/favicon_for diff --git a/bin/favicon_for b/bin/favicon_for new file mode 100755 index 0000000..14bb68b --- /dev/null +++ b/bin/favicon_for @@ -0,0 +1,3 @@ +#!/usr/bin/env zsh + +curl -IL $1/favicon.ico