X-Git-Url: https://git.distorted.org.uk/~mdw/ircbot/blobdiff_plain/8630943debd4b8a13e055b998028ed71d1131d57..b0ef02f8cf6460b1a044723abc44ebc319bcf78c:/on-vc.sh 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"