FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
covpass-android/get-version-code.sh at main · dimitry-/covpass-android · GitHub
dimitry-
/
covpass-android
Public
forked from
Digitaler-Impfnachweis/covpass-android
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
covpass-android
/
get-version-code.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
12 lines (9 loc) · 216 Bytes
Breadcrumbs
covpass-android
/
get-version-code.sh
Copy path
File metadata and controls
executable file
·
12 lines (9 loc) · 216 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
#!
/usr/bin/env bash
#
#
(C) Copyright IBM Deutschland GmbH 2021
#
(C) Copyright IBM Corp. 2021
#
set
-eu -o pipefail
ROOT=
"
$(
cd
"
$(
dirname
"
$0
"
)
"
&&
pwd
)
"
cd
"
$ROOT
"
echo
-n
$((
$(git rev
-
list
--
count HEAD)
+
80
))
Back
|
FazBrowse Home
|
New Git URL