BACKUP='.out.kak.AABBCC'
echo BACKUP > "$BACKUP"
while [ -z "$(find "$BACKUP" -newer out)" ]; do touch "$BACKUP"; done
