Skip to content

Instantly share code, notes, and snippets.

Created January 7, 2016 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4c8c4aa7ca3da23221d2 to your computer and use it in GitHub Desktop.
Save anonymous/4c8c4aa7ca3da23221d2 to your computer and use it in GitHub Desktop.
// Generated by CoffeeScript 1.10.0
var fs, infoRe, tr;
infoRe = /^\s*{[\S\s]*?}\s*?[\r\n]/;
tr = '/Users/emile/Library/Application\ Support/Firefox/Profiles/igsv441x.clean/zotero/translators/Better\ BibTeX.js';
fs = require('fs');
fs.readFile(tr, 'utf-8', function(err, data) {
var m;
m = infoRe.exec(data);
return console.log(m[0]);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment