Skip to content

Commit

Permalink
auto commit
Browse files Browse the repository at this point in the history
Signed-off-by: Song Song Li <[email protected]>
  • Loading branch information
songleo committed Dec 28, 2023
1 parent 9638dd5 commit 792fa3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _posts/2023-12-28-common-cmd-tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ title: 常用命令tips
date: 2023-12-28 00:12:05
---

- curl命令只需返回状态码

```
curl -o /dev/null -s -w "%{http_code}\n" www.baidu.com
```

0 comments on commit 792fa3f

Please sign in to comment.