Skip to content

Instantly share code, notes, and snippets.

@ptrv
Created February 21, 2010 19:12
Show Gist options
  • Save ptrv/310471 to your computer and use it in GitHub Desktop.
Save ptrv/310471 to your computer and use it in GitHub Desktop.
accessing the OSX local network name
// accessing the OSX local network name
Pipe.do("hostname", {|name|
"broadcasting %, %\n".postf(name);
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment