Project

General

Profile

1
#!/bin/sh
2
selfDir="$(dirname -- "$0")"
3

    
4
cd "$selfDir"
5

    
6
env rootPerms=a=rwx,o-w,g+s fix_perms .
7
chmod a+r *
(2-2/2)