source: nutchez-0.2/src/shell/client_deploy.sh @ 240

Last change on this file since 240 was 240, checked in by shunfa, 14 years ago

修改client_deploy.sh

  • Property svn:executable set to *
File size: 198 bytes
Line 
1#!/bin/bash
2# Master IP here
3MasterIP_Address=your.master.ip.here
4
5cd ~
6mkdir nutchez_client_install
7cd nutchez_client_install
8scp -r nutchuser@$MasterIP_Address:/home/nutchuser/nutchez/source/* .
9
Note: See TracBrowser for help on using the repository browser.