RosettaCodeData/Task/Hostname/Jsish/hostname.jsish

2 lines
54 B
Plaintext

var hn = exec("hostname", {retAll:true}).data.trim();