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"