Added polyfill for find for array

This commit is contained in:
Thomas FORGIONE
2015-09-29 09:29:02 +02:00
parent 372f86a504
commit a6594f5119
2 changed files with 25 additions and 0 deletions

View File

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