helper scripts for -O C++ maintenance

This commit is contained in:
Vern Paxson 2022-05-12 14:09:35 -07:00
parent fb6725a9ce
commit 08fbc7efb3
5 changed files with 116 additions and 0 deletions

View file

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