patrickvonplaten
commited on
Commit
·
12f32fd
1
Parent(s):
3da0754
Update convert_file.sh
Browse files- convert_file.sh +3 -0
convert_file.sh
CHANGED
@@ -9,3 +9,6 @@ wget ${file_name}
|
|
9 |
./write_to_filtered_file.py ${local_file_name}
|
10 |
|
11 |
gzip -c "${bare_local_file_name}.txt" > "${bare_local_file_name}.txt.gz"
|
|
|
|
|
|
|
|
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}
|