mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10737 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
		
			
				
	
	
		
			28 lines
		
	
	
		
			371 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			371 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| start:xdshbak_h
 | |
| cmd:xdshbak -h
 | |
| check:rc==0
 | |
| check:output=~Usage
 | |
| end
 | |
| 
 | |
| start:xdshbak_display
 | |
| cmd:xdsh $$CN cat /etc/hosts | xdshbak
 | |
| check:rc==0
 | |
| check:output=~HOST:$$CN
 | |
| end
 | |
| 
 | |
| start:xdshbak_c
 | |
| cmd:xdsh $$CN pwd |xdshbak -c
 | |
| check:rc==0
 | |
| end
 | |
| 
 | |
| start:xdshbak_q
 | |
| cmd:xdsh $$CN ls / |xdshbak -q
 | |
| check:rc==0
 | |
| end
 | |
| 
 | |
| start:xdshbak_x
 | |
| cmd:xdsh $$CN cat /etc/passwd|xdshbak -c
 | |
| check:rc==0
 | |
| end
 | |
| 
 |