Skip to content

Instantly share code, notes, and snippets.

@elsayed85
Created April 29, 2021 00:32
Show Gist options
  • Save elsayed85/b75322102aeddec6fbd65428688e7e2d to your computer and use it in GitHub Desktop.
Save elsayed85/b75322102aeddec6fbd65428688e7e2d to your computer and use it in GitHub Desktop.
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