voicegardens/bin/voicegardens-cron-hourly
2020-02-19 22:27:34 +01:00

5 lines
168 B
Bash
Executable File

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