sintoniza/clean.sh

5 lines
94 B
Bash
Raw Normal View History

2023-05-08 21:38:26 +02:00
#!/bin/bash
HLS=/var/www/html/canal/
find $HLS -type f -name "*.ts" -amin +30 -exec rm {} \;