Added load.sh script to load the database with dummy data

This commit is contained in:
Thomas FORGIONE 2015-09-28 16:04:53 +02:00
parent 60b4c72f39
commit 77c3d36134
1 changed files with 4 additions and 0 deletions

4
utils/load/load.sh Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/bash
for i in `seq 1 8`; do
casperjs load.js --cookies-file=cookies"$i".txt&
done