5dc7e44aa2
This is in preparation of getting rid of the shell wrapper
6 lines
31 B
Bash
Executable File
6 lines
31 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu
|
|
|
|
go build
|