summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2023-07-23 21:40:16 -0400
committerSam Nystrom <sam@samnystrom.dev>2023-07-23 21:40:16 -0400
commita7c08cb33b89e8447c951a32c68c4506b22e4125 (patch)
tree3c301a6374c47506dd2d0dc3f9efc392a0228aa6
parente1ed2be8490e245c93a9a953a191864508f56574 (diff)
bin: add jq => gojq alias
-rwxr-xr-xbin/jq2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/jq b/bin/jq
new file mode 100755
index 0000000..b973f00
--- /dev/null
+++ b/bin/jq
@@ -0,0 +1,2 @@
+#!/bin/sh
+gojq $@