5 lines
193 B
Bash
5 lines
193 B
Bash
|
|
#!/bin/bash
|
||
|
|
# chmod -R u+w ${HOME}/build/common_trunk ${HOME}/build/cldr-tools ${HOME}/build/cldr-apps ${HOME}/build/cldr-trunk ${HOME}/build/cldr-branch
|
||
|
|
chmod -R u+w ${BUILDER_DIR}
|
||
|
|
exit 0
|