#!/bin/bash

find .. -type f -name "*.bak" -delete
