1
1

Write a helpful script, find a monkey that breaks the assumptions in

the script.  :-)

This commit was SVN r20336.
Этот коммит содержится в:
Jeff Squyres 2009-01-23 21:29:38 +00:00
родитель 7154cbf2e0
Коммит 5eed7a0bec

Просмотреть файл

@ -8,11 +8,11 @@ endif
echo Setting group to openmpi...
chgrp -R openmpi .
echo Setting all files to be group writable....
chmod -R g+w .
echo Setting all files to be group read/writable....
chmod -R g+rw .
echo Setting group "s" perms on directories...
find . -type d -exec chmod g+ws {} \;
echo Setting group "rwsx" perms on directories...
find . -type d -exec chmod g=rwsx {} \;
echo done
exit 0