Skip to content

Instantly share code, notes, and snippets.

@joshuakfarrar
Created March 27, 2014 02:27
Show Gist options
  • Save joshuakfarrar/9798769 to your computer and use it in GitHub Desktop.
Save joshuakfarrar/9798769 to your computer and use it in GitHub Desktop.
"use strict";
var fs = require('fs');
console.log(fs.readFileSync(process.argv[2]).toString().split('\n').length - 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment