mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-13 19:32:10 +00:00
5 lines
104 B
Bash
5 lines
104 B
Bash
|
#!/bin/sh
|
||
|
BASE=`agvtool what-version -terse`
|
||
|
COUNT=`git rev-list --count master`
|
||
|
echo $((BASE + COUNT))
|