Fix makefile
parent
9a520c186e
commit
9d4bb721cf
3
Makefile
3
Makefile
|
@ -52,13 +52,12 @@ init-db: init.sql
|
||||||
# ---------------------------- CSV Export ----------------------------
|
# ---------------------------- CSV Export ----------------------------
|
||||||
|
|
||||||
csv-export:
|
csv-export:
|
||||||
|
|
||||||
@nohup ./csv_export.sh > csv_export.out &
|
@nohup ./csv_export.sh > csv_export.out &
|
||||||
|
|
||||||
kill-csv-export:
|
kill-csv-export:
|
||||||
@kill -9 `pgrep csv_export.sh`
|
@kill -9 `pgrep csv_export.sh`
|
||||||
|
|
||||||
csv-compress:
|
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 ----------------------------
|
# ---------------------------- CSV Export ----------------------------
|
||||||
|
|
Loading…
Reference in New Issue