#!/bin/bash
openssl ts -reply -in $1 -text | grep "Time stamp:" > $1.temp
echo `tail -c 25 $1.temp`
rm $1.temp