if [ -d "3rd" ]; then rm -rf 3rd fi if [ -d "build" ]; then rm -rf build fi if [ -d "output" ]; then rm -rf output fi