5 lines
		
	
	
		
			176 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			176 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
cd ..
 | 
						|
rm -f scintilla.tgz
 | 
						|
tar --create --exclude \*.o --exclude \*.obj --exclude \*.dll --exclude \*.so --exclude \*.exe --exclude \*.a scintilla/* \
 | 
						|
	| gzip -c >scintilla.tgz
 |