1#!/bin/bash
2
3chmod -R o+r /usr/local/autotest
4find /usr/local/autotest/ -type d | xargs chmod o+x
5chmod o+x /usr/local/autotest/tko/*.cgi
6