diff options
| author | 2026-01-05 16:35:46 +0000 | |
|---|---|---|
| committer | 2026-01-05 16:35:46 +0000 | |
| commit | 963ab2ad421985d3495e6a6db519c9d77caac295 (patch) | |
| tree | f63f944d53127a02ef5a9ef9808081dcad91b81c | |
| parent | flake.lock: Update (diff) | |
| signature | ||
fix runin script
| -rwxr-xr-x | bin/runin | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ #!/bin/sh [ "$#" -lt 1 ] && { echo "runin cmd args" >&2; exit 1; } cd "$1"; shift -exec "$1" "$@" +exec "$@" |
