#!/bin/bash # Clean up paths if they exist if [[ -d "./build/" ]]; then rm -rf ./build fi if [[ -d "./bin/" ]]; then rm -rf ./bin fi