mirror of
https://github.com/kanaka/mal.git
synced 2024-11-27 10:14:10 +03:00
4 lines
163 B
Bash
4 lines
163 B
Bash
|
#!/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)
|