aboutsummaryrefslogtreecommitdiff
path: root/scripts/launch.sh
blob: bdae56d4da24c50214036a17c0463e22b0c7e01a (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
# Required to launch correctly

# Move to AO's directory
SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
cd "${SCRIPT_DIR}"

# Run with correct linker path
chmod +x Attorney_Online
LD_LIBRARY_PATH=. ./Attorney_Online