Skip to content

Instantly share code, notes, and snippets.

@necrogami
Created July 17, 2015 02:25
Show Gist options
  • Save necrogami/0c61923d5a9fc9bad372 to your computer and use it in GitHub Desktop.
Save necrogami/0c61923d5a9fc9bad372 to your computer and use it in GitHub Desktop.
A script i use for spawning my livestreamer. for twitch.
@echo off
set /p id="Enter ID: "
START /MIN cmd /c livestreamer twitch.tv/%id% best
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment