mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-30 04:05:36 +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\""
|