From 0494a13a6b33ed44c40f7ab698a7675cfca32075 Mon Sep 17 00:00:00 2001 From: Erik Osheim Date: Wed, 1 Feb 2012 09:05:55 -0500 Subject: [PATCH] updated unbox --- unbox | 1 + 1 file changed, 1 insertion(+) diff --git a/unbox b/unbox index 47c4286..cec4214 100755 --- a/unbox +++ b/unbox @@ -14,6 +14,7 @@ import tempfile # arguments to use. Use None to indicate where the filename should be placed. handlers = { '.zip': ['unzip', None], + '.jar': ['unzip', None], '.tgz': ['tar', 'xvzf', None], '.tbz': ['tar', 'xvjf', None], '.tar.gz': ['tar', 'xvzf', None],