changeset 49 | 3e57c577c01e |
parent 43 | c6b65799fdb3 |
48:61a2dc11f50b | 49:3e57c577c01e |
---|---|
1 #! /bin/bash |
1 #! /bin/bash |
2 |
|
3 command -v exigrey >/dev/null || exit 0 |
|
2 |
4 |
3 # only output if terminal is connected |
5 # only output if terminal is connected |
4 test -t 0 || exec >/dev/null |
6 test -t 0 || exec >/dev/null |
5 |
7 |
6 exigrey --clean 3 '*' |
8 exigrey --clean 3 '*' |