4 lines
41 B
Bash
4 lines
41 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
go build -o ./exe/ ./cmd/gore
|