Skip to content

mehmetbltt23/golang-unzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scan and unzip zip files

It finds zip files in the directory and subfolders you give with the source path and extracts them to the directory you specify.

RUN

./unzip-linux --output="OUTPUT_PATH" --source="SOURCE_PATH"

Build Linux:

env GOOS=linux GOARCH=amd64 go build -v -o build/unzipp-linux

About

Simple unzip app in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages