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

16 lines
133 B
Bash
Raw Permalink Normal View History

2024-04-30 18:04:44 +00:00
#!/bin/bash
cd "$(dirname "$0")"
mkdir -p build/
cd build/
# Running executable
echo ""
./gazoo_test_environment
echo ""
cd ..