zeek/testing/external/scripts
Benjamin Bannier 1f388e3f40 Format shell scripts with shfmt.
All changes in this patch were performed automatically with `shfmt` with
configuration flags specified in `.pre-commit-config.yaml`.

In addition to fixing whitespace the roundtrip through shfmt's AST also
transforms command substitutions

    `cmd`
    # becomes
    $(cmd)

and some redirects

    >&2 echo "msg"
    # becomes
    echo >&2 "msg"
2021-11-24 23:13:02 +01:00
..
skel Rename aux/ to auxil/ 2020-06-04 15:18:44 -07:00
create-new-repo Format shell scripts with shfmt. 2021-11-24 23:13:02 +01:00
diff-all Format shell scripts with shfmt. 2021-11-24 23:13:02 +01:00
external-ca-list.zeek Use .zeek file suffix in unit tests 2019-04-16 16:08:57 -07:00
find-git-repos Format shell scripts with shfmt. 2021-11-24 23:13:02 +01:00
perftools-adapt-paths More bro-to-zeek renaming in the unit tests 2019-05-16 02:27:54 -05:00
testing-setup.zeek More bro-to-zeek renaming in the unit tests 2019-05-16 02:27:54 -05:00
update-traces Format shell scripts with shfmt. 2021-11-24 23:13:02 +01:00