bin/tectonic@aa4c1aa529a5
bin/tectonic
Sat, 11 Mar 2023 21:38:57 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sat, 11 Mar 2023 21:38:57 -0600
- changeset 1078
- aa4c1aa529a5
- parent 1005
-
42fb34b64292
- permissions
- -rwxr-xr-x
Start porting custom commands to lua
#!/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