Edit File: print.js
var print = module.exports = function print(msg) { console.log(msg); } print.usage = 'Print out a <msg>';
Back to File Manager