10 lines
79 B
Plaintext
Executable File
10 lines
79 B
Plaintext
Executable File
get_host ()
|
|
{
|
|
# Hostname of this machine
|
|
|
|
hostname
|
|
|
|
# uname -n # works too
|
|
}
|
|
|