gpt4free/docker/update.sh
2025-06-13 21:42:27 +02:00

6 lines
No EOL
79 B
Bash
Executable file

#!/usr/bin/env bash
while :
do
python -m etc.tool.update
sleep 600
done