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

3 lines
174 B
Bash
Raw Permalink Normal View History

2023-04-15 14:02:44 +00:00
# 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