Skip to content

Instantly share code, notes, and snippets.

@strayer
Created June 21, 2014 07:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save strayer/4dd565cc4b5db72b9363 to your computer and use it in GitHub Desktop.
Save strayer/4dd565cc4b5db72b9363 to your computer and use it in GitHub Desktop.
Run a secondary instance of Skype on Mac OS X
#!/bin/bash
rm ~/Library/Application\ Support/Skype/Skype.pid
sleep 1
open -n "/Applications/Skype.app"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment