#!/bin/sh cd package/extra_packages/pads_extra_packages find . -maxdepth 1 \( -type d -a -name "[^.]*" \) -exec rm -f ../../{} \;