mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
9 lines
168 B
Text
9 lines
168 B
Text
|
#!/bin/bash
|
||
|
|
||
|
set -euo pipefail
|
||
|
|
||
|
source /etc/container_environment.sh
|
||
|
source /etc/overleaf/env.sh
|
||
|
cd /overleaf/services/project-history
|
||
|
node scripts/flush_all.js 100000
|