mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-21 18:10:42 -04:00
8 lines
108 B
Plaintext
8 lines
108 B
Plaintext
let vars = {
|
|
USER = "me",
|
|
HOSTNAME = "localhost",
|
|
TWO = 2,
|
|
VERBOSE = true,
|
|
};
|
|
|
|
out env vars; |