Update README.md

This commit is contained in:
Astatin3
2023-08-27 10:14:55 -06:00
committed by GitHub
parent c81d97fc18
commit 93e4ac2ca6
+6
View File
@@ -1,2 +1,8 @@
# pymcstatus # pymcstatus
A python script to sort through a list of ip's to find working minecraft servers A python script to sort through a list of ip's to find working minecraft servers
Usage:
```
./srvstatus.py -p <single IP>
./srvstatus.py -f <file with list of IP's>
```