3 lines
65 B
Plaintext
3 lines
65 B
Plaintext
|
#!/bin/bash
|
||
|
find -P /srv/yggdrasil -type d -exec chmod u+w {} \;
|