#! /bin/bash
set -e
set -x
chmod -R a+rX .
find . -type d -exec fs sa '{}' system:mozilla a \;
echo no longer chmod -R a-w firefox
