Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
hms
/
rasoberry-noaa
réplica de
https://github.com/reynico/raspberry-noaa.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
8
Wiki
Actividad
Explorar el Código
typo
tags/v1.3
Nico Rey
hace 4 años
padre
bcd4cb63c4
commit
ea4a283ec6
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
test_reception.sh
+ 1
- 1
test_reception.sh
Ver fichero
@@ -7,7 +7,7 @@ fi
command_exists() {
if ! command -v "$1" &> /dev/null; then
log
"Required command not found: $1" "ERROR"
echo
"Required command not found: $1" "ERROR"
exit 1
fi
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar