christopher
commited on
Commit
•
5405e46
1
Parent(s):
debab66
Update convert_file.sh
Browse files- convert_file.sh +2 -2
convert_file.sh
CHANGED
@@ -8,7 +8,7 @@ wget ${file_name}
|
|
8 |
|
9 |
./write_to_filtered_file.py ${local_file_name}
|
10 |
|
11 |
-
gzip -c "${bare_local_file_name}.txt" > "${bare_local_file_name}.txt.gz"
|
12 |
|
13 |
-
rm "${bare_local_file_name}.txt"
|
14 |
rm ${local_file_name}
|
|
|
8 |
|
9 |
./write_to_filtered_file.py ${local_file_name}
|
10 |
|
11 |
+
# gzip -c "${bare_local_file_name}.txt" > "${bare_local_file_name}.txt.gz"
|
12 |
|
13 |
+
# rm "${bare_local_file_name}.txt"
|
14 |
rm ${local_file_name}
|