1 2 3 4 5 6 7 8 9 10
#!/usr/bin/env bash cd "${0%/*}" odin run tests.odin -file -collection:shared=../../src -out:tests.exe if ([ $? -ne 0 ]) then exit 1 fi