installers: remove a script for installing a now-unused binary
- ID
fa57d75- date
2026-07-18 18:48:18+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
b9901dc- message
installers: remove a script for installing a now-unused binary- changed files
1 file, 10 deletions
Changed files
installers/install-safari.rs (251 → 0)
diff --git a/installers/install-safari.rs b/installers/install-safari.rs
deleted file mode 100755
index dfa602c..0000000
--- a/installers/install-safari.rs
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/env bash
-# Gets the latest version of safari.rs, the command-line tool I use
-# to get URLs from my running web browser.
-#
-# See https://github.com/alexwlchan/safari.rs
-
-set -o errexit
-set -o nounset
-
-_install-github-bin alexwlchan/safari.rs
\ No newline at end of file