Skip to content

Instantly share code, notes, and snippets.

@sevvie
Created July 2, 2017 22:03
Show Gist options
  • Save sevvie/3e817d1d031155ce936e265feaa0f34f to your computer and use it in GitHub Desktop.
Save sevvie/3e817d1d031155ce936e265feaa0f34f to your computer and use it in GitHub Desktop.
do {
(New-Object System.Net.WebClient).DownloadFile( "http://idsv.co/obs_json.php", '.\Documents\ytsaints-hashtag.txt' )
sleep 2
} while( 1 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment