diff --git a/flushall_build_and_run.sh b/flushall_build_and_run.sh new file mode 100755 index 000000000..b38550f72 --- /dev/null +++ b/flushall_build_and_run.sh @@ -0,0 +1,30 @@ +#!/bin/bash + +# Script to flush Redis, build the project, and run Jetty +# +# This script should be run from the OBP-API root directory: +# cd /path/to/OBP-API +# ./flushall_build_and_run.sh + +set -e # Exit on error + +echo "==========================================" +echo "Flushing Redis cache..." +echo "==========================================" +redis-cli <