mirror of
https://github.com/you-dont-need/You-Dont-Need-GUI.git
synced 2025-08-28 07:19:58 +02:00
Replace ping with curl. (#41)
fixes https://github.com/you-dont-need/You-Dont-Need-GUI/issues/36
This commit is contained in:
@@ -317,7 +317,8 @@ killall program_name
|
|||||||
**STOP OPENING A BROWSER** :-1:
|
**STOP OPENING A BROWSER** :-1:
|
||||||
|
|
||||||
```shell
|
```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
|
## view content of a file
|
||||||
|
Reference in New Issue
Block a user