# fss-0002

main:
  chgrp -hR d_toolchain ${TC}
  chmod -R o-rx ${TC}
  find ${TC}bin ${TC}lib -type f -exec chgrp -h e_toolchain '{}' ';'
