File size: 118 Bytes
030876e | 1 2 3 4 5 6 7 |
save_path=/home/peterjin/debug_cache
python download.py --savepath $savepath
cat $save_path/part_* > e5_Flat.index
|
030876e | 1 2 3 4 5 6 7 |
save_path=/home/peterjin/debug_cache
python download.py --savepath $savepath
cat $save_path/part_* > e5_Flat.index
|