Update unpack.sh
Browse files
unpack.sh
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
echo "Combining Chunks | Might take a while"
|
| 2 |
-
cat chunks/
|
| 3 |
rm -rf chunks
|
| 4 |
echo "Unpacking | Might take a while"
|
| 5 |
tar -xf weather.tar
|
|
|
|
| 1 |
echo "Combining Chunks | Might take a while"
|
| 2 |
+
cat chunks/part_a* > weather.tar
|
| 3 |
rm -rf chunks
|
| 4 |
echo "Unpacking | Might take a while"
|
| 5 |
tar -xf weather.tar
|