voicegardens/bin/voicegardens-cron-hourly

5 lines
168 B
Plaintext
Raw Normal View History

2020-02-19 22:27:34 +01:00
#!/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