mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-07-13 14:32:26 +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
|