5 lines
58 B
Text
5 lines
58 B
Text
|
#!/bin/sh
|
||
|
#
|
||
|
go build -o ./exe/ ./cmd/tht/ && \
|
||
|
./exe/tht
|