pasriscv/build
2025-01-18 11:55:39 +01:00

6 lines
76 B
Bash
Executable file

#!/bin/sh
CWD=$(pwd)
./gitforceupdate
cd ./src
./buildonserver.sh
cd "$CWD"