diff options
| author | 2025-12-01 23:31:31 +0100 | |
|---|---|---|
| committer | 2025-12-01 23:31:31 +0100 | |
| commit | 8dc24e5b53cdfae3fa9daec55ab47a7d82bd525b (patch) | |
| tree | 218ee625bcea3e24f3c23ed6c396bc435c62cd7d /bin/runin | |
| parent | mwrepl: add (diff) | |
| signature | ||
add runin
direnv removes environment magic if i (cd ${dir}; something) so make
easy way to do stuff
Diffstat (limited to 'bin/runin')
| -rwxr-xr-x | bin/runin | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/runin b/bin/runin new file mode 100755 index 0000000..bf07de3 --- /dev/null +++ b/bin/runin @@ -0,0 +1,3 @@ +#!/bin/sh +cd "$1"; shift +exec "$1" "$@" |
