This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
nice-repo-share
/
linuxcommandgitbook
mirror da
https://github.com/Nick233333/gitbook.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
add
nick
7 anni fa
parent
7f0966b57f
commit
ecded61557
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
demo.md
+ 1
- 1
demo.md
Vedi File
@@ -17,7 +17,7 @@ fi
设置定时任务
```
-*/10 * * * * ~/http.sh #
+*/10 * * * * ~/http.sh #
10分钟执行一次
```
---