Created
September 19, 2013 08:35
-
-
Save thibault/6620647 to your computer and use it in GitHub Desktop.
Trouvé dans un vieux projet symfony. Priceless.
This file contains 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
rm *# */*# */*/*# */*/*/*# */*/*/*/*# */*/*/*/*/*# */*/*/*/*/*/*# */*/*/*/*/*/*/*#; | |
rm *~ */*~ */*/*~ */*/*/*~ */*/*/*/*~ */*/*/*/*/*~ */*/*/*/*/*/*~ */*/*/*/*/*/*/*~; | |
echo > log/backend.log; | |
echo > log/backend_dev.log; | |
echo > log/frontend.log; | |
echo > log/frontend_dev.log; | |
./symfony cc; | |
chmod 777 cache; | |
chmod 777 cache/*; | |
chmod 777 log/; | |
chmod 777 log/*; | |
chmod 777 htdocs/uploads; | |
chmod -R 777 htdocs/uploads/; | |
chmod 777 htdocs/images; | |
chmod -R 777 htdocs/images/; | |
chmod 777 htdocs/backup; | |
chmod 777 htdocs/backup/*; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment