with alex: fixed layout, somme typo, gif

This commit is contained in:
Bachir Soussi Chiadmi
2016-02-17 12:41:12 +01:00
parent 333ee13a91
commit 34a6f5e1a8
103 changed files with 244 additions and 210 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
sudo chown bach:http .
sudo chown -R bach:http *
sudo sh -c "find . -type f | xargs chmod 664"
sudo sh -c "find ./bin -type f | xargs chmod 775"
sudo sh -c "find . -type d | xargs chmod 775"
sudo sh -c "find . -type d | xargs chmod +s"
sudo sh -c"umask 0002"