9 lines
		
	
	
		
			109 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			109 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
NETWORK="'../../examples/comp_workshops.pfl'"
 | 
						|
SHORTNAME="cw"
 | 
						|
QUERY="series(X)"
 | 
						|
 | 
						|
N_WORKSHOPS=10
 | 
						|
 |