8 lines
		
	
	
		
			174 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			174 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
PWD=`pwd`
 | 
						|
 | 
						|
service up ${PWD}/subs -config system.conf -script /etc/rs.single
 | 
						|
service up ${PWD}/dstest -config system.conf -script /etc/rs.single
 | 
						|
service down subs
 |