#!/bin/bash

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