diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-07-23 21:40:16 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-07-23 21:40:16 -0400 |
| commit | a7c08cb33b89e8447c951a32c68c4506b22e4125 (patch) | |
| tree | 3c301a6374c47506dd2d0dc3f9efc392a0228aa6 /bin/jq | |
| parent | e1ed2be8490e245c93a9a953a191864508f56574 (diff) | |
bin: add jq => gojq alias
Diffstat (limited to 'bin/jq')
| -rwxr-xr-x | bin/jq | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -0,0 +1,2 @@ +#!/bin/sh +gojq $@ |
