This repository has been archived on 2024-04-09. You can view files and clone it, but cannot push or open issues/pull-requests.
				
			
		
		
		
		
			
	
	
		
			
	
		
		
			
				
				
					
						
						
						
							|  | #!/bin/bash
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | bld_path=$(dirname "$0")
 | 
						
						
						
							|  | local_path="$bld_path/local"
 | 
						
						
						
							|  | mkdir -p "$local_path"
 | 
						
						
						
							|  | cp $bld_path/default.bld_params.sh $local_path/bld_params.sh
 |