5 lines
168 B
Plaintext
5 lines
168 B
Plaintext
|
#!/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
|