Fri, 24 Jan 2025 16:37:55 -0600
no more asdf reshimming
989 | 1 | #!/bin/sh |
2 | set -eu | |
3 | ||
4 | install_it() { | |
5 | cpanm -n Stow | |
6 | } | |
7 | ||
992
4e3e37ce84bc
Switch stubexec to self-invoke
Meredith Howard <mhoward@roomag.org>
parents:
989
diff
changeset
|
8 | . ~/.lib/sh/stubexec.sh |