Skip to content

Instantly share code, notes, and snippets.

View tolmasky's full-sized avatar

Francisco Ryan Tolmasky I tolmasky

View GitHub Profile
var SYSTEM = require('system'),
HTTP = require('http-client');
if (SYSTEM.args.length < 2)
{
print("usage:");
print("js " + SYSTEM.args[0] + " <fileformat.info URL>+");
require("os").exit(1);
}