An open API service indexing awesome lists of open source software.

https://github.com/tauseedzaman/host-checker

check where host is live or not in batch and batch script
https://github.com/tauseedzaman/host-checker

bash batch checker host host-checker ip-checker

Last synced: 3 months ago
JSON representation

check where host is live or not in batch and batch script

Awesome Lists containing this project

README

          

"# host-checker"
Batch and Bash script that gets host ips from a file and checks where is accessable or not.

## How to run
1. batch version
```
ping_ip.bat ips.txt
```

2. bash version
```
bash ping_ip.sh ips.txt
```