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