mirror of
https://github.com/xtekky/gpt4free.git
synced 2026-03-12 01:33:18 -07:00
6 lines
No EOL
79 B
Bash
Executable file
6 lines
No EOL
79 B
Bash
Executable file
#!/usr/bin/env bash
|
|
while :
|
|
do
|
|
python -m etc.tool.update
|
|
sleep 600
|
|
done |