about summary refs log tree commit diff stats
path: root/src/ui
diff options
context:
space:
mode:
authorSteffen Jaeckel <jaeckel-floss@eyet-services.de>2022-08-08 17:15:58 +0200
committerSteffen Jaeckel <jaeckel-floss@eyet-services.de>2022-08-08 17:15:58 +0200
commit65acffcf072a80932ca178182bbd30c416bf3584 (patch)
treed052d16edf3a5d75c698f4d67dadfb2bc708a40b /src/ui
parent082de1363813d504581fccbd1c203ab7269e79a5 (diff)
downloadprofani-tty-65acffcf072a80932ca178182bbd30c416bf3584.tar.g
#!/bin/sh

CURDIR=$(dirname $0)
if [ -d "$CURDIR/.git" ]; then
	cd "$CURDIR"
	git describe --tags | tr -d '\n'
fi