browserify.sh 111 Bytes Raw Blame History Permalink 1 2 3 4 5 6 #!/usr/bin/env node require('./browserify')(function(err, out){ if (err) throw err; console.log(out); });