Browse Source

Add shebang and make executable

master
Brett Langdon 8 years ago
parent
commit
ccdd76df68
No known key found for this signature in database GPG Key ID: B664881177781B04
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      main.js

+ 1
- 0
main.js View File

@ -1,3 +1,4 @@
#!/usr/bin/env node
var argv = require('yargs')
.example('$0 ./path/to/files')
.example('$0 -w source/scss -w source/js ./public')


Loading…
Cancel
Save