Skip to content

Instantly share code, notes, and snippets.

@TheSkorm
Created May 29, 2017 22:41
Show Gist options
  • Select an option

  • Save TheSkorm/ba01b219300a7538f0fcc9d9f2c14e1a to your computer and use it in GitHub Desktop.

Select an option

Save TheSkorm/ba01b219300a7538f0fcc9d9f2c14e1a to your computer and use it in GitHub Desktop.
var fs = require("fs");
var sad = function(){
return true;
};
sad.stop = function(){
return true
}
beAwesome = function(){
console.log("TODO: be awesome handler");
return false;
}
var data = fs.readFileSync('code.js','utf8')
var code = data.replace(".(", "(");
eval(code);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment