bin/tectonic@8bb51fcd6f2a
bin/tectonic
Wed, 29 Mar 2023 01:07:18 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 29 Mar 2023 01:07:18 -0500
- changeset 1096
- 8bb51fcd6f2a
- parent 1005
-
42fb34b64292
- permissions
- -rwxr-xr-x
clean up lsp config
#!/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