Skip to content

Commit

Permalink
make cli.js executable via cabal cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
okdistribute committed May 20, 2018
1 parent 00b110c commit bdfa1fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
var Cabal = require('cabal-node')
var cabalSwarm = require('cabal-node/swarm.js')
var frontend = require('./neat-screen.js')
Expand Down

0 comments on commit bdfa1fb

Please sign in to comment.