Fri, 06 May 2022 05:12:36 -0400
add stow stub
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 "$@"