#!/bin/sh
rev=`uname -r`
build=`uname -v`
model=`uname -M`
echo $rev.$build.$model
exit 0
