Created
April 29, 2021 00:32
-
-
Save elsayed85/b75322102aeddec6fbd65428688e7e2d to your computer and use it in GitHub Desktop.
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
alias winpwd='cygpath -aw .' | |
alias clearlog='rm $(winpwd)/storage/logs/laravel.log' | |
alias clearlogs='find $(winpwd)/storage/logs -name '*.log' -delete' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment