runServes.sh 107 B

12
  1. nohup php artisan queue:work --sleep=5 >/dev/null 2>&1 &
  2. nohup laravel-echo-server start >/dev/null 2>&1 &