EntityComponentMetaSystem/command_that_causes_error.sh

12 lines
186 B
Bash
Executable file

#!/usr/bin/env bash
pushd "$(dirname "$0")" >&/dev/null
set -v
/usr/bin/g++ -I./src -Wall -Wextra -Wpedantic -O0 -g -o ECTest.cpp.o -c ./src/test/ECTest.cpp
set +v
popd >&/dev/null