updated unbox

This commit is contained in:
Erik Osheim 2012-02-01 09:05:55 -05:00
parent f2e836da0d
commit 0494a13a6b
1 changed files with 1 additions and 0 deletions

1
unbox
View File

@ -14,6 +14,7 @@ import tempfile
# arguments to use. Use None to indicate where the filename should be placed. # arguments to use. Use None to indicate where the filename should be placed.
handlers = { handlers = {
'.zip': ['unzip', None], '.zip': ['unzip', None],
'.jar': ['unzip', None],
'.tgz': ['tar', 'xvzf', None], '.tgz': ['tar', 'xvzf', None],
'.tbz': ['tar', 'xvjf', None], '.tbz': ['tar', 'xvjf', None],
'.tar.gz': ['tar', 'xvzf', None], '.tar.gz': ['tar', 'xvzf', None],