mirror of
https://github.com/mii443/sindan-client.git
synced 2025-08-22 16:25:41 +00:00
8 lines
58 B
Bash
8 lines
58 B
Bash
#!/bin/sh
|
|
|
|
while true
|
|
do
|
|
sh ./sendlog.sh
|
|
sleep 15
|
|
done
|