Subversion Repositories qbpwcf-lib(archive)

Rev

Rev 828 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 828 Rev 836
Line 105... Line 105...
105
	exit(1);
105
	exit(1);
106
 
106
 
107
	}#if end
107
	}#if end
108
	
108
	
109
#如果有指定參數
109
#如果有指定參數
110
if($getArgu["count"]>1){
110
if($getArgu["count"]>0){
111
 
111
 
112
	#預設第2個參數為 $nameOfSample 的指定數值
112
	#預設第2個參數為 $nameOfSample 的指定數值
113
	$nameOfSample=$getArgu["content"][1];
113
	$nameOfSample=$getArgu["content"][0];
114
 
114
 
115
	}#if end
115
	}#if end
116
 
116
 
117
#存放範例的資料夾
117
#存放範例的資料夾
118
$sampleFolder="cmd::rsync";
118
$sampleFolder="cmd::rsync";