mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 07:48:55 +00: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
|