scripts: add a Makefile to download db dump

This commit is contained in:
Benjamin Dauvergne 2013-01-02 23:53:25 +01:00
parent 6b625b5615
commit e2f9344ef5
1 changed files with 7 additions and 0 deletions

7
scripts/Makefile Normal file
View File

@ -0,0 +1,7 @@
LAST_DUMP=20121221-192258
DUMP=dump-$(LAST_DUMP).tar.bz2
all:
wget --no-check-certificate https://dav.entrouvert.org/Clients%20et%20contacts/Clients%20en%20cours/APS42/Import/$(DUMP)
tar xvjf $(DUMP)