wget http://www.gnhlug.org/myth/runme.sh -O - | bash
What that does is download the shell script runme.sh, dumping it to stdout, and pipe that into bash (the shell script interpreter), which runs it.
If you want to view the shell script in your browser, view it as text.
If you're following along, go to the next step.