4 lines
110 B
Plaintext
Raw Normal View History

2021-12-01 19:13:34 +01:00
#!/bin/bash -e
find {{ jitsi_root_dir }}/data/recordings -maxdepth 1 -type d -mtime +30 -exec rm -rf "{}" \;