bin/tectonic

Fri, 06 Jan 2023 12:12:04 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 06 Jan 2023 12:12:04 -0600
changeset 1008
57b5c867f2a6
parent 1005
42fb34b64292
permissions
-rwxr-xr-x

add ri alias

#!/bin/sh
set -eu

age_limit=30

install_it() {
  mkdir -p ~/.local/bin
  cd ~/.local/bin
  curl --proto '=https' --tlsv1.2 -fsSL https://drop-sh.fullyjustified.net |
    sh
  cd -
  asdf reshim || :
}

. ~/.lib/sh/stubexec.sh

mercurial