Add shebang for npm install script
This commit is contained in:
parent
69775a0f42
commit
30937e566b
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
var express = require('express.io'),
|
||||
uuid = require('node-uuid'),
|
||||
|
||||
|
@ -88,4 +90,4 @@ app.io.sockets.on('connection', function(socket) {
|
|||
|
||||
app.listen(8080, function(){
|
||||
console.log('listening on *:8080');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue