7 lines
132 B
Plaintext
7 lines
132 B
Plaintext
|
echo "Generating the dynamic code"
|
||
|
go generate
|
||
|
echo "Building Gosora"
|
||
|
go build -o Gosora -tags no_ws
|
||
|
echo "Running Gosora"
|
||
|
./Gosora
|