Skip to content

Instantly share code, notes, and snippets.

View cborgolte's full-sized avatar

Christoph Borgolte cborgolte

View GitHub Profile
@cborgolte
cborgolte / browser
Created October 31, 2012 11:56 — forked from defunkt/browser
pipe html to a browser (linux/gnome version)
#!/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