looper/version.sh

2 lines
93 B
Bash
Raw Permalink Normal View History

#!/bin/sh
2024-10-26 09:01:06 -07:00
printf "%s-%s" "$(git rev-parse --abbrev-ref HEAD)" "$(git rev-parse --short HEAD)"