Files
kea/scripts/cd-and-run.sh
Andrei Pavel 5d32aeb38b [#3731] Unify all grabber.sh scripts in a single one
Two are too many, let alone four.

Add env.sh and fix extended version.
2025-03-17 12:16:42 +02:00

6 lines
45 B
Bash
Executable File

#!/bin/sh
cd "$1" || exit 1
shift
exec "$@"