index
:
toolame-dab
master
My developments on toolame with DAB support
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
git-version.sh
blob: ebd06d8c606e510b1d6dfa5ed464c0733c4dd58f (
plain
)
1
2
3
4
5
6
7
8
#!/bin/sh
if
[
-d
.git
]
then
git
rev-parse
--short
HEAD
else
echo
"unknown"
fi