From: HADES_DAQ Date: Tue, 29 Oct 2013 20:35:17 +0000 (+0100) Subject: changed path, mt X-Git-Tag: pre2018~121 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=bf9e8977f2f3a90fca8de4c9754fab010b9e98e7;p=hadesdaq.git changed path, mt --- diff --git a/utils/chat_push b/utils/chat_push index 09cdcf5..e812a18 100755 --- a/utils/chat_push +++ b/utils/chat_push @@ -9,7 +9,7 @@ use Data::Dumper; use Fcntl qq(SEEK_SET); use Getopt::Long; -my $chat_fn = $ENV{'HOME'} . "/trbsoft/daq/tools/chat.log"; +my $chat_fn = $ENV{'HOME'} . "/trbsoft/hadesdaq/tools/chat.log"; my $opt_help; my $opt_device; diff --git a/utils/hades_chat b/utils/hades_chat index 067ddb3..ffd580d 100755 --- a/utils/hades_chat +++ b/utils/hades_chat @@ -11,7 +11,7 @@ GetOptions ( 'h|help' => \$opt_help, ); -my $c = qq|tmux new-session -n chat "tail -n 200 -f ~//trbsoft/daq/tools/chat.log" \\; split-window -t chat -l3 "PERL_RL=' o=0' ~/bin/chat_push" \\; attach|; +my $c = qq|tmux new-session -n chat "tail -n 200 -f ~/trbsoft/hadesdaq/tools/chat.log" \\; split-window -t chat -l3 "PERL_RL=' o=0' ~/bin/chat_push" \\; attach|; #print "command: $c\n"; system($c);