bin/stow@b5df8971e99b
bin/stow
Fri, 06 May 2022 05:12:36 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 06 May 2022 05:12:36 -0400
- changeset 989
- b5df8971e99b
- child 992
-
4e3e37ce84bc
- permissions
- -rwxr-xr-x
add stow stub
#!/bin/sh
set -eu
. ~/.lib/sh/stubexec.sh
install_it() {
cpanm -n Stow
asdf reshim perl || :
}
stubexec "$@"