This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
nice-repo-share
/
linuxcommandgitbook
espejo de
https://github.com/Nick233333/gitbook.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
add
nick
hace 7 años
padre
7f0966b57f
commit
ecded61557
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
demo.md
+ 1
- 1
demo.md
Ver fichero
@@ -17,7 +17,7 @@ fi
设置定时任务
```
-*/10 * * * * ~/http.sh #
+*/10 * * * * ~/http.sh #
10分钟执行一次
```
---