Skip to content

Instantly share code, notes, and snippets.

@nhoizey
Created February 24, 2014 21:33
Show Gist options
  • Save nhoizey/9197630 to your computer and use it in GitHub Desktop.
Save nhoizey/9197630 to your computer and use it in GitHub Desktop.
Download the Firefox OS nigthly build for Geeksphone Keon

Run download-nightly.sh to download the nightly build of Firefox OS for the Geeksphone Keon.

var rootUrl = "http://downloads.geeksphone.com/keon/master/",
casper = require("casper").create();
casper.start(rootUrl + "latest_master.html", function() {
this.echo(rootUrl + this.getElementAttribute('a', 'href'));
});
casper.run();
#!/bin/sh
wget `/usr/local/bin/casperjs ./download-nightly.js`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment