File utils/cleanup-pkts.sh artifact 8b0ea2d6b7 part of check-in 794d62eebe
#!/bin/bash pushd $1 for x in *.pkt;do if grep 'T configf' $x > /dev/null;then echo rm $x else echo skip $x fi done
#!/bin/bash pushd $1 for x in *.pkt;do if grep 'T configf' $x > /dev/null;then echo rm $x else echo skip $x fi done