Created
June 21, 2014 07:25
-
-
Save strayer/4dd565cc4b5db72b9363 to your computer and use it in GitHub Desktop.
Run a secondary instance of Skype on Mac OS X
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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