Add shebang

This commit is contained in:
Brian Beck 2017-05-15 21:35:45 -07:00
parent 8807d1e5b8
commit 1e535f203e

1
cli.js Normal file → Executable file
View file

@ -1 +1,2 @@
#!/usr/bin/env node
require('./lib/index').start()