lineage_kernel_xcoverpro/scripts/android-version.sh

3 lines
66 B
Bash
Raw Permalink Normal View History

2023-06-18 22:53:49 +00:00
#!/bin/sh
echo $1 | awk -F. '{ printf "%d%02d%02d", $1, $2, $3 }'