2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 09:57:41 +00:00
kea/cd-and-run.sh

6 lines
45 B
Bash
Raw Normal View History

2025-02-20 01:02:16 +01:00
#!/bin/sh
cd "$1" || exit 1
shift
exec "$@"