mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	script: Add build-grammars-tarball (#3992)
This commit is contained in:
		
							
								
								
									
										9
									
								
								script/build-grammars-tarball
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										9
									
								
								script/build-grammars-tarball
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
 | 
			
		||||
set -e
 | 
			
		||||
cd "$(dirname "$0")/.."
 | 
			
		||||
rm -rf ./linguist-grammars
 | 
			
		||||
./script/grammar-compiler compile -o linguist-grammars || true
 | 
			
		||||
tar -zcvf linguist-grammars.tar.gz linguist-grammars
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user