5 lines
39 B
Text
5 lines
39 B
Text
|
#!/bin/sh
|
||
|
|
||
|
go build -o ./exe/ ./cmd/*
|
||
|
|