Added load.sh script to load the database with dummy data
This commit is contained in:
parent
60b4c72f39
commit
77c3d36134
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/bash
|
||||
for i in `seq 1 8`; do
|
||||
casperjs load.js --cookies-file=cookies"$i".txt&
|
||||
done
|
Loading…
Reference in New Issue