Skip to content

Commit

Permalink
WIP added hashbang
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb committed Sep 19, 2018
1 parent ed1bdef commit 7091ded
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/webgme-dockerize
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

var Command = require('commander').Command,
program = new Command(),
DockerizeManager = require('../src/DockerizeManager'),
Expand All @@ -15,4 +17,4 @@ program

if (program.args.length === 0) { // action will not be called
manager.dockerize(program);
}
}

0 comments on commit 7091ded

Please sign in to comment.