Created
July 14, 2012 16:56
-
-
Save gko/3112097 to your computer and use it in GitHub Desktop.
sopcast command line tool
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
#!/usr/bin/bash | |
if [ "$(pgrep sp-sc-auth)" ]; then | |
killall sp-sc-auth; | |
fi | |
sp-sc-auth $1 3908 8908 > /dev/null & | |
sleep 10 && vlc http://localhost:8908/tv.asf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment