Skip to content

Instantly share code, notes, and snippets.

@TheGP
Created December 16, 2016 12:27
Show Gist options
  • Save TheGP/693ef6ac20b5e6620516c84deb071555 to your computer and use it in GitHub Desktop.
Save TheGP/693ef6ac20b5e6620516c84deb071555 to your computer and use it in GitHub Desktop.
mailwizz bash launcher
#!/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