Skip to content

Instantly share code, notes, and snippets.

@andyeff
Created May 17, 2014 18:23
Show Gist options
  • Save andyeff/0aad16275ac834182c49 to your computer and use it in GitHub Desktop.
Save andyeff/0aad16275ac834182c49 to your computer and use it in GitHub Desktop.
Livestreamer - Bash shellscript
#!/bin/bash
stream=$1
quality=$2
# livestreamer twitch.tv/${stream} ${quality:-source}
livestreamer twitch.tv/${stream} ${quality:-source}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment