#!/bin/bash

find /opt/tisbackup/ -name *.pyo -exec rm -f {} \;
