#!/bin/bash -f ###################################################################### # Artemis packet dump tailer, (C) 2015-2019 Nosey Nick Waterman, # https://noseynick.org/artemis/ # All wrong righted, all rights reserved. Licensed under thev GNU # Affero General Public License v3.0 https://www.gnu.org/licenses/agpl.txt # with Commons Clause https://commonsclause.com/ v1.0 ###################################################################### MYDIR=${0%/*} tail -Fqc+0 "$@" | $MYDIR/parser.pl --nodmx --noobj --nointel --times --test