MarseyWorld/scripts/cleanup_videos.sh

6 lines
150 B
Bash
Executable File

#!/bin/bash
find /videos -not -name "*.mp4" -type f -delete
find /videos -name "*-t.mp4" -type f -delete
find /temp_songs -type f -mtime +30 -delete