pnovelli commited on
Commit
24d92d4
·
verified ·
1 Parent(s): 8726d5f

Update unpack.sh

Browse files
Files changed (1) hide show
  1. unpack.sh +1 -1
unpack.sh CHANGED
@@ -1,5 +1,5 @@
1
  echo "Combining Chunks | Might take a while"
2
- cat chunks/xa* > weather.tar
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