mirror of
https://github.com/ddworken/hishtory.git
synced 2024-12-26 16:58:55 +01:00
5 lines
114 B
Plaintext
5 lines
114 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
GIT_HASH=$(git rev-parse HEAD)
|
||
|
echo "-X main.GitCommit=$GIT_HASH -w -extldflags \"-static\""
|