4 lines
100 B
Bash
4 lines
100 B
Bash
#!/bin/bash
|
|
REPO_ROOT="$(cd "$(dirname "$0")/.." && pwd)"
|
|
exec "$REPO_ROOT/build/khra_gixx_1024_v5"
|