mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-23 13:18:59 +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
|