Skip to content

Commit

Permalink
add -s in curl (#3023)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Oct 8, 2023
1 parent 959a960 commit 3e68f50
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ curl 127.0.0.1:19669/flags
curl 127.0.0.1:19779/flags
```

使用`-s`或者`--silent`参数可以隐藏进度条和错误信息。例如:

```bash
curl -s 127.0.0.1:19559/flags
```

!!! Note
实际环境中需使用真实的主机 IP 地址取代以上示例中的`127.0.0.1`

Expand Down

0 comments on commit 3e68f50

Please sign in to comment.