Mercurial
>
hg
>
mhoward
>
dotfiles
/ annotate
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
bin/stow@b5df8971e99b (annotated)
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
989
b5df8971e99b
add stow stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
1
#!/bin/sh
b5df8971e99b
add stow stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
2
set -eu
b5df8971e99b
add stow stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
3
. ~/.lib/sh/stubexec.sh
b5df8971e99b
add stow stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
4
b5df8971e99b
add stow stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
5
install_it() {
b5df8971e99b
add stow stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
6
cpanm -n Stow
b5df8971e99b
add stow stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
7
asdf reshim perl || :
b5df8971e99b
add stow stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
8
}
b5df8971e99b
add stow stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
9
b5df8971e99b
add stow stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
10
stubexec "$@"