#!/bin/sh
#DESCRIPTION=Preview to the last key update
wget http://keys.satangels.com/lastupdateE2.txt -O /tmp/lastupdateE2.txt
echo ""
echo "just a moment please........."
echo ""
sleep 2
more /tmp/lastupdateE2.txt
rm /tmp/lastupdateE2.txt
sleep 2
