From: ijackson Date: Sun, 9 Jun 2002 23:04:41 +0000 (+0000) Subject: Actually seems to work! X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=7ca5de368b58617e9786f0bda4e15f102f681887;p=ircbot.git Actually seems to work! --- diff --git a/on-vc.sh b/on-vc.sh index 54cc812..a5e726a 100755 --- a/on-vc.sh +++ b/on-vc.sh @@ -19,7 +19,8 @@ script="$3" cd "$(dirname $0)" test -L .tclshrc || fail "no .tclshrc symlink" -text -x "./$script" || fail "script not executable" +test -x "./$script" || fail "script not executable" -openvt -c "$vc" -w -- \ - really -u "$username" screen ./"$script" +really -u "$username" \ + openvt -f -c "$vc" -w -- \ + screen ./"$script"