.lib/stubs/tectonic@c5735f6254b1
.lib/stubs/tectonic
Thu, 23 Jan 2025 22:29:09 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 23 Jan 2025 22:29:09 -0600
- changeset 1183
- c5735f6254b1
- parent 1119
-
84cd2286f0bf
- child 1185
-
c1c5ceab0dc0
- permissions
- -rwxr-xr-x
Remove asdf
#!/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