mirror of
https://github.com/Matir/skel.git
synced 2026-06-10 03:13:40 -07:00
4 lines
57 B
Bash
4 lines
57 B
Bash
function dumpenv {
|
|
tr '\0' '\n' < /proc/${1}/environ
|
|
}
|