aboutsummaryrefslogtreecommitdiffstats
path: root/cli/unzip-gbk.sh
Commit message (Collapse)AuthorAgeFilesLines
* cli/unzip-gbk: Exit if error occursAaron LI2019-10-161-2/+2
|
* cli/unzip-gbk: Rewrite in shell and use bsdtar/7zAaron LI2019-08-271-0/+55
* Rewrite in shell instead of using the deprecated Python 2. * Use bsdtar/7z to extract zip to preserve the filename encoding; these tools also support encrypted zip archives. * Use iconv to convert the filename encoding.