3 line
66 B
Bash
Executable File
3 line
66 B
Bash
Executable File
#!/bin/bash
|
|
find -P /home/yggdrasil -type d -exec chmod g+w {} \;
|