Skip to main content

installers/install-safari.rs

1#!/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
7set -o errexit
8set -o nounset
10_install-github-bin alexwlchan/safari.rs