8 lines
		
	
	
		
			89 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			89 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| ID="/usr/local"
 | |
| 
 | |
| cp 	bubulles.h 		$ID/include/
 | |
| cp 	libbubulles.a		$ID/lib/
 | |
| 
 | 
