#!/bin/sh

RESULT1=`tpm2_load -v`

echo "$RESULT1" | egrep -q -e 'version=["][^"]+["]'

