Fix tar output filename
This commit is contained in:
parent
d6dff5a9a0
commit
fa8b67bcc9
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -59,6 +59,6 @@ kill-csv-export:
|
|||
@kill -9 `pgrep csv_export.sh`
|
||||
|
||||
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…
Add table
Add a link
Reference in a new issue