finishing file cleanup

This commit is contained in:
2024-11-11 18:43:05 -06:00
parent 9437358056
commit d7ecef8a27
66 changed files with 3558 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
for subnet in $(cat subnets); do
zendisc run --now --monitor localhost --deviceclass /Discovered --parallel 8 --net $subnet
done