Skip to content

Instantly share code, notes, and snippets.

@tylerhall
Created December 2, 2019 05:13
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 tylerhall/1f2a202ba3a6c0454f0eefe235724493 to your computer and use it in GitHub Desktop.
Save tylerhall/1f2a202ba3a6c0454f0eefe235724493 to your computer and use it in GitHub Desktop.
tell application "VirtualHostX"
set devSite to make new website
set devSite's name to "dev-website"
set devSite's local path to "/Users/thall/Sites/tylerio"
apply changes
set urlToOpen to local url of devSite
tell application "Safari"
open location urlToOpen
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment