Mercurial
>
hg
>
mhoward
>
dotfiles
/ annotate
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
bin/stow@a4f19f325dea (annotated)
bin/stow
Fri, 06 May 2022 06:33:41 -0400
author
Meredith Howard <mhoward@roomag.org>
date
Fri, 06 May 2022 06:33:41 -0400
changeset 990
a4f19f325dea
parent 989
b5df8971e99b
child 992
4e3e37ce84bc
permissions
-rwxr-xr-x
Switch to stubexec, handle user_dir install
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 "$@"