Foxchat.NET/build_info.sh

5 lines
198 B
Bash
Raw Normal View History

2024-05-11 15:26:47 +02:00
#!/bin/sh
(git rev-parse HEAD &&
git describe --tags --long &&
if test -z "$(git ls-files --exclude-standard --modified --deleted --others)"; then echo clean; else echo dirty; fi) > ../.version