diff --git a/PS/ServerCheck.ps1 b/PS/ServerCheck.ps1 new file mode 100755 index 0000000..3c6b89e --- /dev/null +++ b/PS/ServerCheck.ps1 @@ -0,0 +1,6 @@ +$source = "https://uptime.cabinbagonly.co.uk/api/push/4jW4smdg8B?status=up" +$destination = "C:\crap.txt" + +Invoke-WebRequest -Uri $source -OutFile $destination + +Remove-Item $destination