Add cleanup script for refreshing laradock

parent ff696846
#!/usr/bin/env sh
##### WARNING !!! ###########################
# YOU HAVE ALREADY KNOW WHAT YOU'RE DOING ! #
# ------------------------------------------- #
# This will remove all your saved environment #
# without mercy ! #
# ------------------------------------------- #
sudo rm -rf cache
sudo rm -rf data
sudo rm -rf session
git checkout cache
git checkout data
git checkout session
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment