Y
Hacker News
new
|
ask
|
show
|
jobs
by
stoplying1
1328 days ago
Lol so what happens if I run 'curl' in my PS6 script? Asking for a friend with PTSD.
1 comments
juki
1328 days ago
Assuming you have curl installed, it'll say
curl: try 'curl --help' for more information
I assume you're thinking of the old Windows PowerShell that used to have curl/wget aliased to it's own commands, but that's not the case with the new cross-platform PowerShell.
link