From 1aef05b59c51c2e515b0cee03e8b8c45a9108def Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 30 Jan 2013 14:56:37 +0100 Subject: //util with: initial commit --- util/bin/with | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 util/bin/with (limited to 'util/bin/with') diff --git a/util/bin/with b/util/bin/with new file mode 100755 index 00000000..97893faf --- /dev/null +++ b/util/bin/with @@ -0,0 +1,6 @@ +#! /bin/sh +set -euf +ENV="${env_dir-$HOME/.env.d}/$1" +shift +. "$ENV" +exec "$@" -- cgit v1.2.3