Skip to content

Instantly share code, notes, and snippets.

@tjanczuk
Last active June 22, 2016 00:20
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 tjanczuk/14f67be8bb73f58a5d3c371605558379 to your computer and use it in GitHub Desktop.
Save tjanczuk/14f67be8bb73f58a5d3c371605558379 to your computer and use it in GitHub Desktop.
module.exports = function (options, cb) {
return cb(null, function (cb) {
cb(null, options.script);
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment