#! /bin/sh # This code is in the public domain # Written by Robbert Haarman if [ $# = 0 ] then w3m http://www.google.com/webhp else w3m "http://www.google.com/search?q=`urlescape $@`" fi