Fix csv_export and Makefile
This commit is contained in:
parent
0e01664cfb
commit
d6dff5a9a0
2 changed files with 4 additions and 5 deletions
1
Makefile
1
Makefile
|
@ -54,7 +54,6 @@ init-db: init.sql
|
|||
csv-export:
|
||||
|
||||
@nohup ./csv_export.sh > csv_export.out &
|
||||
@tail -f csv_export.out
|
||||
|
||||
kill-csv-export:
|
||||
@kill -9 `pgrep csv_export.sh`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue