Fix tar output filename
parent
d6dff5a9a0
commit
fa8b67bcc9
4
Makefile
4
Makefile
|
@ -59,6 +59,6 @@ kill-csv-export:
|
||||||
@kill -9 `pgrep csv_export.sh`
|
@kill -9 `pgrep csv_export.sh`
|
||||||
|
|
||||||
csv-compress:
|
csv-compress:
|
||||||
@tar -cvzf csv_export.gz handles.csv post_counts.csv follows.csv like_counts.csv
|
tar cvzf csv_export.tgz handles.csv post_counts.csv follows.csv like_counts.csv
|
||||||
|
|
||||||
# ---------------------------- CSV Export ----------------------------
|
# ---------------------------- CSV Export ----------------------------
|
||||||
|
|
Loading…
Reference in New Issue