diff --git a/bin/stow b/bin/stow new file mode 100755 --- /dev/null +++ b/bin/stow @@ -0,0 +1,10 @@ +#!/bin/sh +set -eu +. ~/.lib/sh/stubexec.sh + +install_it() { + cpanm -n Stow + asdf reshim perl || : +} + +stubexec "$@"