sintoniza/clean.sh
2023-05-08 14:52:13 -05:00

5 lines
94 B
Bash
Executable File

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