1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-05 15:32:55 +02:00

[server] Ædd shebang and execution permission

This commit is contained in:
chok 2014-07-26 22:19:50 +02:00
parent 8829d14186
commit 1766ebe225

1
server.js Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env node
var connect = require('connect'),
colors = require('colors'),
argv = require('optimist').argv,