9 lines
52 B
Bash
Executable File
9 lines
52 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
set -e
|
|
|
|
cd /build
|
|
go build .
|
|
./server
|