3 lines
111 B
Bash
3 lines
111 B
Bash
|
|
echo "Flushing redo cache..." >&2
|
||
|
|
find "$REDO_BASE/.redo" -name 'built^*' -o -name 'mark^*' |
|
||
|
|
xargs rm -f >&2
|