mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
format shell scripts per style guide
This commit is contained in:
parent
5c3cc4fba8
commit
a21d14fbd2
5 changed files with 28 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue