diff --git a/.local/bin/with-cwd b/.local/bin/with-cwd new file mode 100755 index 0000000..df3ee83 --- /dev/null +++ b/.local/bin/with-cwd @@ -0,0 +1,7 @@ +#! /usr/bin/bash + +set -euo pipefail +IFS=$'\n\t' + +cd "$1" +"${@:2}"