Add jq for linux.
jq is a JSON parser. It is used by the release script. Signed-off-by: Jacob Kiers <jacob@alphacomm.nl>
This commit is contained in:
		
							
								
								
									
										7
									
								
								bin/jq
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										7
									
								
								bin/jq
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| #!/bin/bash | ||||
|  | ||||
| if [ `uname` == 'Darwin' ]; then | ||||
|     jq $@ | ||||
| else | ||||
|     jq-linux $@ | ||||
| fi | ||||
							
								
								
									
										
											BIN
										
									
								
								bin/jq-linux
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								bin/jq-linux
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
		Reference in New Issue
	
	Block a user
	 Jacob Kiers
					Jacob Kiers