Create untar_cmd.py
Browse files- untar_cmd.py +1 -0
untar_cmd.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
tar -xzvf output.tar.gz -C /path/to/destination/
|
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
tar -xzvf output.tar.gz -C /path/to/destination/
|