Update csv_export

This commit is contained in:
mathan 2024-02-21 13:40:18 -08:00
parent 9d4bb721cf
commit 3c632ebe97
4 changed files with 5 additions and 6 deletions

View file

@ -58,6 +58,6 @@ kill-csv-export:
@kill -9 `pgrep csv_export.sh`
csv-compress:
@tar cvzf csv_export.tgz handles.csv post_counts.csv follows.csv like_counts.csv
@tar cvzf csv_export.tgz dids.csv handles.csv post_counts.csv follows.csv like_counts.csv
# ---------------------------- CSV Export ----------------------------