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