FMZSONFQJCOXEMR6576SQKGMOBDIZIWH626JH6TAZIKHJJS7V47AC #!/bin/shif git tag --contains HEAD | grep -q $1; thenecho $1elsebranch="$(git rev-parse --abbrev-ref HEAD)"commit="$(git rev-parse --short HEAD)"if [ "${branch}" != "main" ]; thenecho $1-$branch-$commitelseecho $1-$commitfifi