This website works better with JavaScript
Home
Explore
Help
Sign In
nice-repo-share
/
linuxcommandgitbook
mirror of
https://github.com/Nick233333/gitbook.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
add
nick
7 years ago
parent
7f0966b57f
commit
ecded61557
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
demo.md
+ 1
- 1
demo.md
View File
@@ -17,7 +17,7 @@ fi
设置定时任务
```
-*/10 * * * * ~/http.sh #
+*/10 * * * * ~/http.sh #
10分钟执行一次
```
---