#!/bin/sh
find . -type d | xa chmod go-w
find . -type f | xa chmod go-w,-x
find_notdot . -type f | xa file | grep -i executable | sed 's/:.*//' | xa chmod +x
