{"id":164584,"date":"2019-12-13T11:12:54","date_gmt":"2019-12-13T03:12:54","guid":{"rendered":"https:\/\/gulass.cn\/?p=164584"},"modified":"2019-11-26T10:14:34","modified_gmt":"2019-11-26T02:14:34","slug":"rsync-to-web","status":"publish","type":"post","link":"https:\/\/gulass.cn\/rsync-to-web.html","title":{"rendered":"\u540c\u6b65\u7ebf\u4e0a\u670d\u52a1\u5668\u4ee3\u7801\u5230web\u8282\u70b9\u811a\u672c"},"content":{"rendered":"
\u5bfc\u8bfb<\/td>\n | shell\u63d0\u4f9b\u4e86\u4f60\u4e0e\u64cd\u4f5c\u7cfb\u7edf\u4e4b\u95f4\u901a\u8baf\u7684\u65b9\u5f0f\u3002\u8fd9\u79cd\u901a\u8baf\u53ef\u4ee5\u4ee5\u4ea4\u4e92\u65b9\u5f0f\uff08\u4ece\u952e\u76d8\u8f93\u5165\uff0c\u5e76\u4e14\u53ef\u4ee5\u7acb\u5373\u5f97\u5230\u54cd\u5e94\uff09\uff0c\u6216\u8005\u4ee5shell script(\u975e\u4ea4\u4e92\uff09\u65b9\u5f0f\u6267\u884c\u3002shell script\u662f\u653e\u5728\u6587\u4ef6\u4e2d\u7684\u4e00\u4e32shell\u548c\u64cd\u4f5c\u7cfb\u7edf\u547d\u4ee4\uff0c\u5b83\u4eec\u53ef\u4ee5\u88ab\u91cd\u590d\u4f7f\u7528\u3002\u672c\u8d28\u4e0a\uff0cshell script\u662f\u547d\u4ee4\u884c\u547d\u4ee4\u7b80\u5355\u7684\u7ec4\u5408\u5230\u4e00\u4e2a\u6587\u4ef6\u91cc\u9762\u3002<\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n \u8bb0\u5f55\u4e00\u4e2ashell\u811a\u672c\u5c0f\u5b9e\u4f8b\uff0c\u7ebf\u4e0a\u670d\u52a1\u5668\u540c\u6b65\u4ee3\u7801\u5230web\u8282\u70b9\u811a\u672c\u3002<\/p>\n \r\n#!\/bin\/bash\r\n#author\uff1a21yunwei\r\n \r\nc=\"$1\";\r\nif [ \"$c\" != \"1\" ]; then\r\n echo \"EXIT\";\r\n exit;\r\nfi\r\n<\/pre>\n |