#!/bin/sh
cd /
rxvt -e wget --no-check-certificate http://distro.ibiblio.org/puppylinux/puppy-tahr/quickpet/usr3.zip
unzip -o /usr3.zip 
rm /usr3.zip
yaf-splash -bg red -fg white -placement center -timeout 2 -text updated
quickpet &
sleep 1
/usr/local/quickpet_precise/version




