Skip to content

Commit

Permalink
Program can be executed by command line.
Browse files Browse the repository at this point in the history
  • Loading branch information
ISKU committed Feb 9, 2017
1 parent 15d39d6 commit 786d0d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

var fs = require('fs');
var git = require('./git.js');
var casper = require('./casper.js');
Expand Down

0 comments on commit 786d0d4

Please sign in to comment.