mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-08-22 20:58:30 +01:00
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
|