Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
bazel-lib
/
e9b66b5e0a11946853c20ad4781abc077ba2a9fe
/
.
/
e2e
/
run_jq_symlinked_bin.sh
blob: bac62532f5d504f2b414a68a90c1b37362aef0ff [
file
]
#!/bin/bash
set
-
e
case
"$(uname -s)"
in
CYGWIN
*|
MINGW32
*|
MSYS
*|
MINGW
*)
bazel run
@jq
//:
jq
.
exe
--
--
null
-
input
.
a
=
5
;;
*)
bazel run
@jq
//:
jq
--
--
null
-
input
.
a
=
5
;;
esac