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