Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 516 Bytes

README.MD

File metadata and controls

24 lines (19 loc) · 516 Bytes

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 :>