mint0x33/scripts/android-version.sh

2 lines
66 B
Bash

#!/bin/sh
echo $1 | awk -F. '{ printf "%d%02d%02d", $1, $2, $3 }'