Skip to content

Instantly share code, notes, and snippets.

@chrsan
chrsan / joker.go
Last active August 29, 2015 14:19 — forked from dvalfrid/joker.sh
package main
// Fetch dependencies: go get golang.org/x/net/html
// Run as a shell script: go run joker.go -h
// Build as a static binary: go build joker.go && ./joker -h
//
// '-h' displays the command line flags
//
// Author: chrsan