bin/tectonic

Thu, 09 Mar 2023 10:56:04 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 09 Mar 2023 10:56:04 -0600
changeset 1072
68ed15b14844
parent 1005
42fb34b64292
permissions
-rwxr-xr-x

Switch shortcut to launch goneovim

#!/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