bin/tectonic@81b964cde5b9
bin/tectonic
Thu, 16 Mar 2023 12:30:54 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 16 Mar 2023 12:30:54 -0500
- changeset 1089
- 81b964cde5b9
- parent 1005
-
42fb34b64292
- permissions
- -rwxr-xr-x
Cleaner conflict resolution
#!/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