This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
huperniketes
/
amber
Fork de
amber/amber
Seguir
1
Destacar
0
Fork
0
Ficheiros
Explorar o código
bin/server: pass commandline parameters on to the node.js script
Manfred Kroehnert
%!s(int64=12) %!d(string=hai) anos
pai
e52228e5d0
achega
8d91a1313a
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
bin/server
+ 1
- 1
bin/server
Ver ficheiro
@@ -1,3 +1,3 @@
#!/bin/bash
cd `dirname $0`/..
-node ./server/server.js
+node ./server/server.js
$@