This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
amber
/
prof-stef
Seguir
2
Destacar
1
Fork
0
Archivos
Incidencias
3
Pull Requests
0
Wiki
Explorar el Código
Merge branch 'tomrake-startupscripts'
Herbert Vojčík
hace 12 años
padre
5c023e2b46
31ea446fc3
commit
d3136871ef
Se han
modificado 2 ficheros
con
4 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
start.bat
3
0
start.sh
+ 1
- 0
start.bat
Ver fichero
@@ -0,0 +1 @@
+node vendor/amber/server/server.js
+ 3
- 0
start.sh
Ver fichero
@@ -0,0 +1,3 @@
+#! /bin/sh
+
+node vendor/amber/server/server.js