您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- #!/bin/bash
- rsync -avhp --exclude '_pgbackup' --exclude 'deploy.sh' ./ hk-01@hk-01.biukop.com:~/public_html/
- ssh hk-01@hk-01.biukop.com 'chmod og+r -R ~/public_html && find ~/ -type d -exec chmod a+x {} \; '
|