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