mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 06:00:54 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			99 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			99 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #compdef zcat
 | |
| 
 | |
| if _pick_variant gnu=GNU unix --license; then
 | |
|   _gzip "$@"
 | |
| else
 | |
|   _compress "$@"
 | |
| fi
 |