embark-area-51/bin/embark

5 lines
79 B
JavaScript
Executable File

#!/usr/bin/env node
var Embark = require('..');
Embark.process(process.argv);