Skip to content

Instantly share code, notes, and snippets.

@steve-ayerhart
Created October 12, 2015 01:13
Show Gist options
  • Save steve-ayerhart/54637b5739a9ab41b185 to your computer and use it in GitHub Desktop.
Save steve-ayerhart/54637b5739a9ab41b185 to your computer and use it in GitHub Desktop.
alias lstrmr=livestreamer-wrapper
alias twitch=twitch-wrapper
livestreamer-wrapper () {
livestreamer $1 best 1>/dev/null &
}
twitch-wrapper () {
livestreamer-wrapper twitch.tv/$1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment