diff --git a/DistributedChaffinMethod/Debugging/curl.cmd b/DistributedChaffinMethod/Debugging/curl.cmd new file mode 100644 index 0000000..19a1d06 --- /dev/null +++ b/DistributedChaffinMethod/Debugging/curl.cmd @@ -0,0 +1,5 @@ +:: Simple wrapper that works like curl for windows users +:: Note that it is fragile - it assumes the URL is in the third +:: parameter and ignores the rest. This works with how URL_UTILITY +:: is currently defined. +@powershell -Command "(new-object net.webclient).DownloadString(\"%3\"") \ No newline at end of file