Replace ping with curl. (#41)

fixes https://github.com/you-dont-need/You-Dont-Need-GUI/issues/36
This commit is contained in:
Ashley Harvey
2020-02-25 14:56:06 -08:00
committed by GitHub
parent e3bdee6426
commit ad332a25e0

View File

@@ -317,7 +317,8 @@ killall program_name
**STOP OPENING A BROWSER** :-1:
```shell
ping umair.surge.sh
curl -i umair.surge.sh
# curl's -i (--include) option includes HTTP response headers in its output.
```
## view content of a file