5 lines
168 B
Bash
Executable File
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
|