AirSim/clean_rebuild.sh

15 строки
247 B
Bash
Executable File

#! /bin/bash
# get path of current script: https://stackoverflow.com/a/39340259/207661
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
pushd "$SCRIPT_DIR" >/dev/null
set -x
git clean -ffdx
git pull
set -e
./setup.sh
./build.sh