bshchk/run.sh

7 lines
142 B
Bash
Executable File

#!/bin/sh
ver=$(git describe --tags 2> /dev/null)
if [ "$ver" == "" ]; then ver='master'; fi
go run -ldflags "-X main.version=$ver" *.go $*