done
This commit is contained in:
3
deleteOldMaps.sh
Normal file
3
deleteOldMaps.sh
Normal file
@ -0,0 +1,3 @@
|
||||
# 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
|
Reference in New Issue
Block a user