#!/bin/sh
# ~/bin/.sh/greptel3
# by http://www.berklix.com/~jhs/bin/.sh/greptel3
# See Also
#	~/bin/.sh/telno
#	~/bin/.sh/greptel1
#	~/bin/.sh/greptel2

# echo "See Also:	firefox http://berklix.com/~jhs/phone/index.html#who"
for i in $*  ; do
	# echo SEARCHING $i
	# Note all 3 below open simultaneously in seperate tabs in same firefox
	firefox http://www.wemgehoert.de/nummer/$i
	firefox http://anrufer.info/rufnummer/$i
	firefox http://www.11880.com/suche/$i/deutschland
	done
