comparison: bin/stow
bin/stow
- changeset 992
- 4e3e37ce84bc
- parent 989
- b5df8971e99b
equal
deleted
inserted
replaced
1 #!/bin/sh |
1 #!/bin/sh |
2 set -eu |
2 set -eu |
3 . ~/.lib/sh/stubexec.sh |
|
4 |
3 |
5 install_it() { |
4 install_it() { |
6 cpanm -n Stow |
5 cpanm -n Stow |
7 asdf reshim perl || : |
6 asdf reshim perl || : |
8 } |
7 } |
9 |
8 |
10 stubexec "$@" |
9 . ~/.lib/sh/stubexec.sh |