diff --git a/bin/voicegardens-cron-hourly b/bin/voicegardens-cron-hourly new file mode 100755 index 0000000..7d75afb --- /dev/null +++ b/bin/voicegardens-cron-hourly @@ -0,0 +1,4 @@ +#!/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