comparison: .lib/stubs/stow
.lib/stubs/stow
- changeset 1185
- c1c5ceab0dc0
- parent 1119
- 84cd2286f0bf
equal
deleted
inserted
replaced
1 #!/bin/sh |
1 #!/bin/sh |
2 set -eu |
2 set -eu |
3 |
3 |
4 install_it() { |
4 install_it() { |
5 cpanm -n Stow |
5 cpanm -n Stow |
6 asdf reshim perl || : |
|
7 } |
6 } |
8 |
7 |
9 . ~/.lib/sh/stubexec.sh |
8 . ~/.lib/sh/stubexec.sh |