This commit is contained in:
2024-10-13 23:27:09 +02:00
commit 30627b25b3
48 changed files with 1919 additions and 0 deletions

4
1 Minitools/massping.sh Normal file
View File

@@ -0,0 +1,4 @@
for I in {1..255}
do
ping 192.168.88.$I -c 2 &
done