dep-mongoose/test/health.sh
2025-09-02 10:35:44 -03:00

5 lines
170 B
Bash
Executable file

#!/bin/bash
cd /data/downloads/health
find . -mtime +28 -not -name 'index*.json' -delete
find . -name "*.json" -not -name 'index*.json' | jq -R . | jq -s . > index.json