Created
November 4, 2021 15:19
-
-
Save dkesberg/29cda9ee2e6629f5fd14c9c3862fb60e to your computer and use it in GitHub Desktop.
laravel schedule sh
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
#!/usr/bin/env bash | |
directory="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" | |
/usr/local/bin/php "$directory/artisan" schedule:run >> /dev/null 2>&1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment