Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 427 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 427 Bytes

go-selfextractor

Quick command line utility written in Go for creating self extracting archives.

Installation

Install Golang if you don't have it installed.

Install with

$ go get github.com/ndbeals/go-selfextractor

Usage

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>