forked from gadmin/gsb2023
5 lines
71 B
Bash
5 lines
71 B
Bash
#!/bin/bash
|
|
while [ 1 ]; do
|
|
wget index.html http://192.168.100.10
|
|
done
|