mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-07 08:44:01 +00:00
8 lines
168 B
Bash
Executable file
8 lines
168 B
Bash
Executable file
#!/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
|