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