2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 01:49:48 +00:00
kea/cd-and-run.sh
2025-02-21 18:43:12 +02:00

6 lines
45 B
Bash
Executable File

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