11 lines
493 B
Bash
Executable file
11 lines
493 B
Bash
Executable file
#!/bin/bash
|
|
echo "Johannes Findeisen | Lokstedter Weg 100 | 20251 Hamburg | Germany"
|
|
echo ""
|
|
echo "Let's rock the web!!!"
|
|
echo "(Lassen Sie uns das Netz schaukeln!!!) translated by google.com"
|
|
echo ""
|
|
echo "Key Lookup:"
|
|
echo " http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0xF58D4435"
|
|
gpg --fingerprint you@hanez.org
|
|
#echo "Take a look @:"
|
|
#echo "http://www.againsttcpa.com/ | http://petition.eurolinux.org/ | http://www.opensource.org/ | http://www.gentoo.org/ | http://kde.org/"
|