Ignore Readme

This commit is contained in:
2013-06-30 06:05:59 +00:00
parent aa89ae3129
commit aad4a24dd7

View File

@@ -9,6 +9,7 @@ for P in *
do do
# skip setup # skip setup
if [ "$P" = "setup.sh" ]; then continue; fi if [ "$P" = "setup.sh" ]; then continue; fi
if [ "$P" = "READNE.md" ]; then continue; fi
# ensure permissions # ensure permissions
chmod -R o-rwx,g-rwx $P chmod -R o-rwx,g-rwx $P