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