#!/bin/bash cd "$(dirname "$0")" mkdir -p build/ cd build/ # Running executable echo "" ./gazoo_test_environment echo "" cd ..