format shell scripts per style guide

This commit is contained in:
Vern Paxson 2022-05-13 10:31:27 -07:00
parent 5c3cc4fba8
commit a21d14fbd2
5 changed files with 28 additions and 13 deletions

View file

@ -1,6 +1,6 @@
#! /bin/sh
find ../testing/btest -type f |
egrep -v 'Baseline|\.tmp' |
egrep '\.(zeek|test)$' |
sort
egrep -v 'Baseline|\.tmp' |
egrep '\.(zeek|test)$' |
sort