blob: e3db38d2d74d29b485d859cdd42d773fc99882f2 [file] [log] [blame] [raw]
#!/bin/sh
rev=`uname -r`
model=`uname -m|sed -e 's!/!.!'`
echo $rev.$model
exit 0