creation
[infrastructure.git] / scripts / nightly-clean-trash.sh
1 #!/bin/bash
2 find /build/trash -maxdepth 1 -a -mtime 1 -print | xargs rm -rf