Files
Scoop/test/proxy.ps1
T
2014-05-12 12:43:40 +10:00

8 lines
144 B
PowerShell

. "$psscriptroot/../lib/config.ps1"
$url = 'http://scoop.sh'
$wc = new-object net.webclient
$wc.proxy.getproxy($url)
$wc.downloadstring($url)