Files
jibo-cli/bin/jibo.js

3 lines
62 B
JavaScript
Raw Permalink Normal View History

#!/usr/bin/env node
new (require('../')).cli.main(__dirname);