7 lines
66 B
Bash
7 lines
66 B
Bash
#!/bin/sh
|
|
|
|
while true; do
|
|
/srv/update-ttrss.sh
|
|
sleep 24h
|
|
done
|