This repository has been archived on 2023-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
beatsaber-wip-uploader/deleteOldMaps.sh
2023-04-15 15:02:44 +01:00

3 lines
174 B
Bash

# Get all the maps in /home/beatsaber-wip-uploader/maps/ and delete the ones that are older than 30 minutes
find /home/beatsaber-wip-uploader/maps/ -type f -mmin +30 -delete