aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xiurt2.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/iurt2.sh b/iurt2.sh
deleted file mode 100755
index f333bb3..0000000
--- a/iurt2.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-case "$1" in
- --iurtlogdir) LOGFILE="$2/botcmd.`date +%s`.`hostname -s`.log"; shift 2 ;;
- *) LOGFILE="/dev/null" ;;
-esac
-
-touch "$LOGFILE" &>/dev/null || LOGFILE="/dev/null"
-
-echo PID=$$
-
-exec perl -I/usr/local/lib/perl/iurt/lib /usr/local/bin/iurt2 "$@" &>"$LOGFILE"