sintoniza/clean.sh
2023-05-08 14:38:26 -05:00

5 lines
94 B
Bash
Executable File

#!/bin/bash
HLS=/var/www/html/canal/
find $HLS -type f -name "*.ts" -amin +30 -exec rm {} \;