#Usage
- Launch Automator (Applications > Utilities > Automator)
- Select Utilities from the Library
- Drag "Run AppleScript" into workflow
- Paste and edit the below as appropriate.
###The AppleScript
on run {input, parameters}
tell application "Terminal"
activate
do shell script "cd <path>/<to>/<Vagrant>/<Folder>/; sudo vagrant up;" user name "my user" password "mypassword" with administrator privilages
end tell
end run
###Further
- Assign to a command in your favourite launcher application (like Alfred)
- Add a Growl or Notification center alert when the process is complete