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