1 #! /bin/bash
2
3 # only output if terminal is connected
4 test -t 0 || exec >/dev/null
5
6 exigrey --clean 3 '*'
7 exigrey --purge 5 '*'