Skip to content

Commit

Permalink
add zip and unzip to default list
Browse files Browse the repository at this point in the history
  • Loading branch information
Xfennec committed Oct 13, 2020
1 parent 795b708 commit b89733c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion progress.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static char **proc_names;
char *default_proc_names[] = {"cp", "mv", "dd", "tar", "cat", "rsync",
"grep", "fgrep", "egrep", "cut", "sort", "md5sum", "sha1sum",
"sha224sum", "sha256sum", "sha384sum", "sha512sum", "adb",
"gzip", "gunzip", "bzip2", "bunzip2", "xz", "unxz", "lzma", "unlzma", "7z", "7za",
"gzip", "gunzip", "bzip2", "bunzip2", "xz", "unxz", "lzma", "unlzma", "7z", "7za", "zip", "unzip",
"zcat", "bzcat", "lzcat",
"split",
"gpg",
Expand Down

0 comments on commit b89733c

Please sign in to comment.