Source code for /home/gipetto1/top-frog.com/public_html/script_src/files/ssh-action.sh
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- REAL_SVN='/usr/bin/svn';
-
-
-
-
- BASE_PATH='/path/to/web/root/';
-
-
-
-
-
- $REAL_SVN $@;
- wait;
-
-
- if [ $1 = 'up' ]; then
- find -L $BASE_PATH -type f -name 'editable.file' -exec bash -c 'chmod 0777 $0' '{}' \;
- fi