bin/tectonic@15007f695dfb
bin/tectonic
Sat, 11 Mar 2023 01:04:58 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sat, 11 Mar 2023 01:04:58 -0600
- changeset 1076
- 15007f695dfb
- parent 1005
-
42fb34b64292
- permissions
- -rwxr-xr-x
clean up unused vim fns
#!/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