6 lines
		
	
	
		
			119 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			119 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash -e
 | |
| 
 | |
| source venv/bin/activate
 | |
| 
 | |
| rm -rf distr/otf
 | |
| fontmake -g FiraCode.glyphs -o otf --output-dir distr/otf -i |