melawy-calamares/git_check_version.sh

6 lines
78 B
Bash
Executable File

#!/bin/bash
printf "3.3.0.%s\n" "$(git rev-list --count HEAD)"
echo "Ready"