4 lines
88 B
Bash
4 lines
88 B
Bash
#!/bin/sh -
|
|
|
|
set -- $(echo "$*" | sed 's/--detach//')
|
|
exec %%PREFIX%%/sbin/krb5kdc "$@"
|