forked from Github_Repos/cvw
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			67 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			67 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| mkdir -p vectors
 | |
| ./create_vectors.sh
 | |
| ./remove_spaces.sh
 |