3 lines
53 B
Bash
3 lines
53 B
Bash
#!/bin/bash
|
|
# $1 = directory path
|
|
chmod -R a-w "$1" |
#!/bin/bash
|
|
# $1 = directory path
|
|
chmod -R a-w "$1" |