# HG changeset patch # User Meredith Howard # Date 1651828356 14400 # Node ID b5df8971e99bfe38ea19f5156c8cadf88827d50b # Parent c74a9716d606384bf51bf7da83552e3bd078bc86 add stow stub 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 "$@"