add extraction of bzipped archive

This commit is contained in:
Arvid Gerstmann
2014-04-23 20:35:39 +02:00
parent 1c3b14eb59
commit 8ef2a8aff3

View File

@@ -18,3 +18,7 @@
- extract a gzipped archive in the current directory
`tar xzf {{source.tar.gz}}`
- extract a bzipped archive in the current directory
`tar xjf {{source.tar.bz2}}`