1
0
Fork 0
posix-thread-synchronisation/start.sh

16 lines
133 B
Bash

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