Quick command line utility written in Go for creating self extracting archives.
Install with
$ go get github.com/ndbeals/go-selfextractor
The first argument is the directory or file you want to create the self extracting archive with, second argument is the name of the output executable.
$ go-selfextractor <input> <output>