Created
December 16, 2016 12:27
-
-
Save TheGP/693ef6ac20b5e6620516c84deb071555 to your computer and use it in GitHub Desktop.
mailwizz bash launcher
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
loop=0 | |
while [ $loop -lt 5000 ]; do | |
echo 'launched' | |
/usr/local/bin/php /home/e/eugenebos/makedreamprofits.ru/public_html/mailwizz/apps/console/console.php send-campaigns & | |
sleep 10 | |
loop=$(($loop+1)) | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment