Re: Latest Dreambox key
Preview_last_update script
Preview to the last key update
Preview_last_update script
Preview to the last key update
Code:
#!/bin/sh #DESCRIPTION=Preview to the last key update wget http://keys.satangels.com/lastupdateE2.txt -O /tmp/lastupdateE2.txt more /tmp/lastupdateE2.txt rm /tmp/lastupdateE2.txt sleep 2
Comment