mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 09:57:41 +00:00
4 lines
52 B
Bash
4 lines
52 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
env | grep -E "^${1}=" | cut -d '=' -f 2
|