mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05: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
|