Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #!/bin/bash
  2. # Infinity loop
  3.  
  4. alias laravel-cron='while true; do php artisan schedule:run; sleep 60; done'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement