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