Skip to content
Snippets Groups Projects
clean-repro 90 B
Newer Older
  • Learn to ignore specific revisions
  • #!/bin/bash -e
    
    find /var/lib/repro -maxdepth 1 -name '*?_?*' -mtime +6 -exec rm -rf {} +