#!/bin/sh

#
# one hash per line, nothing more!
#
echo -n 'www.google.de'|md5sum|cut -d' ' -f1 > google
touch !
