comparison: .lib/stubs/tectonic
.lib/stubs/tectonic
- changeset 1107
- c6d7ac40bd3c
- parent 1005
- 42fb34b64292
- child 1112
- 0ae7864c4ad8
equal
deleted
inserted
replaced
|
1 #!/bin/sh |
|
2 set -eu |
|
3 |
|
4 age_limit=30 |
|
5 |
|
6 install_it() { |
|
7 mkdir -p ~/.local/bin |
|
8 cd ~/.local/bin |
|
9 curl --proto '=https' --tlsv1.2 -fsSL https://drop-sh.fullyjustified.net | |
|
10 sh |
|
11 cd - |
|
12 asdf reshim || : |
|
13 } |
|
14 |
|
15 . ~/.lib/sh/stubexec.sh |