Skip to content

Commit 7091ded

Browse files
committed
WIP added hashbang
1 parent ed1bdef commit 7091ded

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

bin/webgme-dockerize

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env node
2+
13
var Command = require('commander').Command,
24
program = new Command(),
35
DockerizeManager = require('../src/DockerizeManager'),
@@ -15,4 +17,4 @@ program
1517

1618
if (program.args.length === 0) { // action will not be called
1719
manager.dockerize(program);
18-
}
20+
}

0 commit comments

Comments
 (0)