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