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