You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
331 B
17 lines
331 B
# 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"
|