You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
common-dependency-build-hel.../clean_repos_in_parent_dir.sh

17 lines
331 B
Bash

# Exit on errors
set -e
SCRIPT_DIR=$(dirname "$0")
# Get Absolute Paths & Setup
SCRIPT_DIR=$(dirname "$0")
pushd "${SCRIPT_DIR}"
SCRIPT_DIR=$(pwd)
popd
PARENT_DIR="${SCRIPT_DIR}/.."
rm -rf "${PARENT_DIR}/libetpan"
rm -rf "${PARENT_DIR}/pEpEngine"
rm -rf "${PARENT_DIR}/downloadclient"
rm -rf "${PARENT_DIR}/pEpMacOSAdapter"