.lib/stubs/tectonic@ed422782cd13
.lib/stubs/tectonic
Thu, 06 Feb 2025 00:20:33 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 06 Feb 2025 00:20:33 -0600
- changeset 1187
- ed422782cd13
- parent 1185
-
c1c5ceab0dc0
- permissions
- -rwxr-xr-x
Clean up lazy-bootstrap
#!/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 -
}
. ~/.lib/sh/stubexec.sh