mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 01:32:12 +00:00
7 lines
140 B
Bash
Executable file
7 lines
140 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
source /etc/container_environment.sh
|
|
cd /overleaf/services/project-history
|
|
node scripts/flush_all.js 100000
|