prazola

twipup - open twitch stream in chromium-dev popup

Apr 10th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # twitch popupper
  4.  
  5. if [ $# = 1 ]; then
  6.     chromium-dev --app="http://player.twitch.tv/?volume=0.24&channel=$1"
  7. #"http://www.twitch.tv/$1/popout" &
  8. fi
  9. exit
Add Comment
Please, Sign In to add comment