mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

This is so that people working from the current stable version can still start using git.
10 lines
258 B
Bash
Executable file
10 lines
258 B
Bash
Executable file
#! /usr/bin/env bash
|
|
#
|
|
# $Id: delete-log 6811 2009-07-06 20:41:10Z robin $
|
|
#
|
|
# Bro postprocessor script to archive log files.
|
|
#
|
|
# archive-log <rotated-file-name> <base-name> <timestamp-when-opened> <timestamp-when-closed> <terminating> [<tag>]
|
|
|
|
rm -rf $1
|
|
|