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
Fixed bin/server script to work when invoked from any directory
Nicolas Petton
%!s(int64=13) %!d(string=hai) anos
pai
9884f8d8af
achega
a856821ce4
Modificáronse 1 ficheiros
con
2 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
2
1
bin/server
+ 2
- 1
bin/server
Ver ficheiro
@@ -1,2 +1,3 @@
#!/bin/bash
-node server/server.js
+cd `dirname $0`
+node ../server/server.js