4 lines
93 B
Bash
4 lines
93 B
Bash
#! /bin/bash
|
|
cd "$(dirname "$(realpath "$BASH_SOURCE")")"
|
|
go build -o $GOPATH/bin/ana-ledger
|