Skip to content

bashidorg/bash-pingtest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pingtest

How to Basic

  # clone this repo
  $ git clone repo_url ~/bash-pingtest
  $ cd ~/bash-pingtest
  $ chmod +x pingtest

  # basic usage
  $ /path/to/pingtest [prefix_ip] [start_point] [end_point]
  # example
  $ /path/to/pingtest 192.168.0 1 128
  # you also can make start_point bigger than from end_point
  $ /path/to/pingtest 192.168.0 128 1

Issue

[ ] some function may not work correctly on some os

dont be hesitate to make Issue and Pull Request :>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%