.lib/stubs/tectonic@ab57e995af63
.lib/stubs/tectonic
Mon, 03 Feb 2025 15:43:25 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 03 Feb 2025 15:43:25 -0600
- changeset 1186
- ab57e995af63
- parent 1185
-
c1c5ceab0dc0
- permissions
- -rwxr-xr-x
Add zig / codelldb DAP 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 -
}
. ~/.lib/sh/stubexec.sh