7 lines
169 B
Bash
Executable File
7 lines
169 B
Bash
Executable File
#! /usr/bin/env bash
|
|
#
|
|
# Remove unstable pieces in Zeek logs produced by thge Spicy tests.
|
|
|
|
$(dirname $0)/diff-remove-timestamps |
|
|
$(dirname $0)/diff-remove-abspath
|