culturered_client/Thirdparty/irrKlang/bin/macosx-gcc/run_04_OverrideFileAccess.command
2024-09-07 11:34:44 +08:00

10 lines
259 B
Bash

#!/bin/sh
# this file starts the irrKlang example file, by making
# it possible to double click on it in the Finder. It only
# changes the finders current directory to the working directory
# and starts the app.
cd "$(dirname "$0")"
./04.OverrideFileAccess