mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-07-20 04:36:38 +01:00
24bcbcebc8
its not called build.sh
5 lines
85 B
Bash
Executable File
5 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
cd "$(dirname "$(readlink -f "$0")")"
|
|
cd ./tools/build
|
|
sudo bash ./build
|