mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 02:25:53 +00:00
7 lines
52 B
Bash
Executable File
7 lines
52 B
Bash
Executable File
#!/bin/sh
|
|
|
|
for SITE in $HOSTS
|
|
do
|
|
(nx $SITE &)
|
|
done
|