Skip to content

saderi/curlping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

curlping

This repo is under development.

This is a simple script that ping url with curl and return reuslt like ping command. I inspired by httping-docker repo.

Usage

You can clone repo and run script or use the following command to add script to your system.

sudo curl -o /usr/local/bin/curlping https://raw.githubusercontent.com/saderi/curlping/refs/heads/main/curlping.sh
sudo chmod +x /usr/local/bin/curlping

Then you can use curlping command like below:

$ curlping -u https://github.com

Also you can use -s option to spesisfy the time interval. default is 1 second.

$ curlping -u https://github.com -s 0.4

License

WTFPL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages