#!/bin/sh

find ./ -type d -exec chmod 755 {} \;
find ./ -type f -exec chmod 644 {} \;
chown jolim joomlafix.sh
chmod 700 joomlafix.sh

