Skip to content

Instantly share code, notes, and snippets.

@gko
Created July 14, 2012 16:56
Show Gist options
  • Save gko/3112097 to your computer and use it in GitHub Desktop.
Save gko/3112097 to your computer and use it in GitHub Desktop.
sopcast command line tool
#!/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