bin/tectonic@8d479a558198
bin/tectonic
Wed, 05 Apr 2023 03:44:38 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 05 Apr 2023 03:44:38 -0400
- changeset 1098
- 8d479a558198
- parent 1005
-
42fb34b64292
- permissions
- -rwxr-xr-x
Remove long signature previews
#!/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