installers/install-safari.rs251 bytesRustView raw1#!/usr/bin/env bash 2# Gets the latest version of safari.rs, the command-line tool I use 3# to get URLs from my running web browser. 4# 5# See https://github.com/alexwlchan/safari.rs 6 7set -o errexit 8set -o nounset 9 10_install-github-bin alexwlchan/safari.rs