Fix makefile
parent
9a520c186e
commit
9d4bb721cf
3
Makefile
3
Makefile
|
@ -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 ----------------------------
|
||||
|
|
Loading…
Reference in New Issue