mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2024-12-26 03:12:37 +00:00
5 lines
102 B
Bash
Executable File
5 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
BASE=`agvtool what-version -terse`
|
|
COUNT=`git rev-list --count HEAD`
|
|
echo $((BASE + COUNT))
|