Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@flammable
Created October 12, 2014 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flammable/2544560e13b241dcf5fe to your computer and use it in GitHub Desktop.
Save flammable/2544560e13b241dcf5fe to your computer and use it in GitHub Desktop.
#!/bin/bash
HOSTN=`scutil --get LocalHostName`
scutil --set HostName "$HOSTN"
scutil --set ComputerName "$HOSTN"
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment