Fix makefile

main
mathan 2024-02-21 10:22:00 -08:00
parent 9a520c186e
commit 9d4bb721cf
1 changed files with 1 additions and 2 deletions

View File

@ -52,13 +52,12 @@ init-db: init.sql
# ---------------------------- CSV Export ----------------------------
csv-export:
@nohup ./csv_export.sh > csv_export.out &
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 handles.csv post_counts.csv follows.csv like_counts.csv
# ---------------------------- CSV Export ----------------------------