⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
BIEN 3
All Projects
Overview
Activity
Issues
Calendar
Documents
Wiki
Repository
Download (97 Bytes)
Statistics
| Revision:
root
/
fix_perms
@ 8692
View
History
Annotate
1
7560
aaronmk
#!/bin/sh
2
selfDir
=
"
$(
dirname
--
"
$0
"
)
"
3
4
cd
"
$selfDir
"
5
6
env
rootPerms
=
ug
=
rwx,o
=
rx,g+s fix_perms .
Loading...