#!/bin/sh find ceo* -type d -name __pycache__ -execdir rm -r '{}' \;