summaryrefslogtreecommitdiff
path: root/notify.sh
diff options
context:
space:
mode:
Diffstat (limited to 'notify.sh')
-rwxr-xr-xnotify.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/notify.sh b/notify.sh
new file mode 100755
index 0000000..f08b304
--- /dev/null
+++ b/notify.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+dir=`dirname $0`
+echo $dir
+
+cd $dir
+
+./irc-perl-bot.pl "$@" > irc.log 2>&1 &
+echo "$@" >> irc.log