Sfoglia il codice sorgente

bin/server: pass commandline parameters on to the node.js script

Manfred Kroehnert 11 anni fa
parent
commit
8d91a1313a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      bin/server

+ 1 - 1
bin/server

@@ -1,3 +1,3 @@
 #!/bin/bash
 cd `dirname $0`/..
-node ./server/server.js
+node ./server/server.js $@