8 lines
		
	
	
		
			80 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			80 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|   | #!/bin/bash | ||
|  | 
 | ||
|  | if [ `uname` == 'Darwin' ]; then | ||
|  |     jq $@ | ||
|  | else | ||
|  |     jq-linux $@ | ||
|  | fi |