mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-29 05:00:06 +02:00
4 lines
85 B
Bash
Executable file
4 lines
85 B
Bash
Executable file
while true; do
|
|
seq 0 8 \
|
|
| xargs -I% redis-cli -p 700% FLUSHALL > /dev/null
|
|
done
|