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