Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
4bffa97e4fb608e64a04431f10e9abadf0389b3d
/
.
/
scripts
/
android-version.sh
blob: c5b0051072d584e2df8194f432c4048dc242d947 [
file
] [
log
] [
blame
]
#!/bin/sh
echo $1
|
awk
-
F
.
'{ printf "%d%02d%02d", $1, $2, $3 }'