1
1
mirror of https://github.com/kanaka/mal.git synced 2024-11-27 10:14:10 +03:00
mal/voom-like-version.sh

4 lines
163 B
Bash
Raw Permalink Normal View History

#!/usr/bin/env sh
echo $(TZ=UTC git log -1 --pretty=%ad-g%h --date=format-local:"%Y%m%d_%H%M%S" -- "$@")$(test -z "$(git status --short -- "$@")" || echo _DIRTY)