From 529063510d5ea59bf2ace2348711c3330ee84eca Mon Sep 17 00:00:00 2001 From: Tobias Batch Date: Fri, 7 Apr 2023 20:42:45 +0100 Subject: [PATCH] moved to bash dot dee --- README.txt | 6 +++++- loggtee | 7 ------- 2 files changed, 5 insertions(+), 8 deletions(-) delete mode 100755 loggtee diff --git a/README.txt b/README.txt index f935142..c299507 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,8 @@ -These scripts rely on each other so yo9u should place them all in your path. +# Deprecated + +I've moved all the still needed scripts to https://github.com/tobybatch/bashdotdee + +These scripts rely on each other so you should place them all in your path. As root: diff --git a/loggtee b/loggtee deleted file mode 100755 index e732bba..0000000 --- a/loggtee +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -LOGFILE=$1 -LOGTAG=$2 -LOGPORT=$3 - -/usr/bin/tee -a "$LOGFILE" | /usr/bin/logger -t"$LOGTAG" -p"$LOGPORT"