#!/bin/bash find * -maxdepth 0 -type d -exec sudo rm -rf {} \;