Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save huynhducduy/1c3a21e5a7f5caea27c8efd804db5483 to your computer and use it in GitHub Desktop.
Save huynhducduy/1c3a21e5a7f5caea27c8efd804db5483 to your computer and use it in GitHub Desktop.
@ECHO OFF
TITLE Task Scheduling
:runSchedule
php artisan schedule:run
TIMEOUT /T 60 /NOBREAK > nul
goto runSchedule
PAUSE
EXIT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment