diff --git a/scripts/cleanup_videos.sh b/scripts/cleanup_videos.sh index cce99daea..b830c00b4 100755 --- a/scripts/cleanup_videos.sh +++ b/scripts/cleanup_videos.sh @@ -1,4 +1,5 @@ #!/bin/bash find /videos -not -name "*.mp4" -type f -delete -find /videos -name "*-t.mp4" -type f -delete \ No newline at end of file +find /videos -name "*-t.mp4" -type f -delete +find /temp_songs -type f -mtime +30 -delete