Skip to content

Instantly share code, notes, and snippets.

@mshafiqsb
mshafiqsb / httpget.js
Created August 1, 2017 06:06 — forked from duncansmart/httpget.js
Download a file with Windows Script Host
// httpget.js: download a file (Windows Script Host)
// usage: cscript httpget.js <url> <file>
(function() {
if (WScript.Arguments.Length != 2) {
WScript.Echo("Usage: httpget.js <url> <file>")
WScript.Quit(1)
}
var url = WScript.Arguments(0)
@mshafiqsb
mshafiqsb / Guide.md
Created February 17, 2020 11:52 — forked from sucof/Guide.md
Installing the RCS Masternode, console and networking injector.

Installing the RCS Masternode, console and networking injector.

In this part we will be installing the complete Galileo RCS MasterNode.

Disclaimer

I am not responsible for any actions you may take while using this software. You should already have knowledge about computers and you should know what you are doing. Educational purposes only.

So please don't run it on your physical machine lol.