summaryrefslogtreecommitdiffstats
path: root/util/bin/with
blob: 97893faff1b6855fece2a037abbb67704b62c3d4 (plain)
1
2
3
4
5
6
#! /bin/sh
set -euf
ENV="${env_dir-$HOME/.env.d}/$1"
shift
. "$ENV"
exec "$@"