From 408bcb130fef3e98bac7e4fc262c6849977f5b8e Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Mon, 25 Mar 2013 20:01:47 +0100 Subject: skylog: add tmux skylog watcher session --- skylog/runskype_skylog.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'skylog') 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 !" -- cgit v1.2.3-59-g8ed1b