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