Skip to content

Instantly share code, notes, and snippets.

View thoran's full-sized avatar
💭
Undecided

thoran thoran

💭
Undecided
  • Melbourne, Australia
  • 10:00 (UTC +10:00)
View GitHub Profile
@defunkt
defunkt / browser
Created March 1, 2010 10:01
pipe html to a browser
#!/bin/sh -e
#
# Usage: browser
# pipe html to a browser
# e.g.
# $ echo '<h1>hi mom!</h1>' | browser
# $ ron -5 man/rip.5.ron | browser
if [ -t 0 ]; then
if [ -n "$1" ]; then