Luke Murphy
5 years ago
1 changed files with 2 additions and 2 deletions
@ -1,4 +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 |
|||
find /var/www/doesitsparkjoy.voicegardens.org/ -maxdepth 1 -type f -size 0 | xargs -I {} rm -v {} |
|||
find /var/www/voicegardens.org/ -maxdepth 1 -type f -size 0 | xargs -I {} rm -v {} |
|||
|
Loading…
Reference in new issue