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
- Host: GitHub
- URL: https://github.com/tauseedzaman/host-checker
- Owner: tauseedzaman
- Created: 2022-07-23T13:05:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-23T13:15:07.000Z (almost 4 years ago)
- Last Synced: 2025-10-30T08:58:07.774Z (8 months ago)
- Topics: bash, batch, checker, host, host-checker, ip-checker
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```