aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--skylog/runskype_skylog.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/skylog/runskype_skylog.sh b/skylog/runskype_skylog.sh
index 3b0daf5..90abaa1 100644
--- a/skylog/runskype_skylog.sh
+++ b/skylog/runskype_skylog.sh
@@ -18,4 +18,11 @@ sleep 2
echo "[-] running skydbg"
skydbg.py >> $LOGDIR/skydbg.csv &
+echo "[-] create tmux skylog watcher"
+tmux new-session -d -s skylog "tail -f $LOGDIR/skydbg.csv"
+tmux new-window -t skylog "tail -f $LOGDIR/skylog.csv"
+
+echo "[-] attach to tmux skylog watcher"
+tmux attach-session -t skylog
+
echo "[*] running !"