.lib/stubs/tectonic@89378394f07f
.lib/stubs/tectonic
Fri, 24 Jan 2025 15:16:06 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 24 Jan 2025 15:16:06 -0600
- changeset 1184
- 89378394f07f
- parent 1119
-
84cd2286f0bf
- child 1185
-
c1c5ceab0dc0
- permissions
- -rwxr-xr-x
remove asdf profile hook
#!/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