Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.43 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. find -P /usr/local/WowzaMediaServer/applications/comdi -maxdepth 1 -mindepth 1 -ctime +10 -exec rm -Rf {} \;
  4. find -P /usr/local/WowzaMediaServer/applications/media -maxdepth 1 -mindepth 1 -ctime +10 -exec rm -Rf {} \;
  5. find -P /usr/share/tomcat/webapps/player/builder/build/ -maxdepth 1 -mindepth 1 -ctime +10 -exec rm -Rf {} \;
  6. find -P /usr/share/tomcat/webapps/player/files/ -maxdepth 1 -mindepth 1 -ctime +10 -exec rm -Rf {} \;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement