voicegardens/bin/voicegardens-cron-hourly
2020-02-19 22:30:10 +01:00

5 lines
192 B
Bash
Executable File

#!/bin/sh
find /var/www/doesitsparkjoy.voicegardens.org/ -maxdepth 1 -type f -size 0 | xargs -I {} rm -v {}
find /var/www/voicegardens.org/ -maxdepth 1 -type f -size 0 | xargs -I {} rm -v {}