Skip to content

koron/smart-unzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Smart unzip

Unzip a zip archive into A directory.

ZIPファイルを解凍します。解凍時にZIPファイルのコア名と同名のフォルダを作成しそ の中へ解凍しますが、ZIP内のトップにディレクトリが1つしか無い場合はそのディレク トリを自動的にストリップし、解凍ディレクトリのトップにファイルが配置されるよう に振る舞います。

USAGE

Example:

$ go build smart-unzip.go
$ smart-unzip foo.zip bar.zip
$ ls outdir
foo/     bar/

Build Preparation

$ go get code.google.com/p/mahonia

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages