hardstatus on
hardstatus alwayslastline
hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %C%a "
startup_message off
defencoding GBK
# --------------------------------------------------------------------------
# STARTUP SCREENS
# --------------------------------------------------------------------------
# Example of automatically running some programs in windows on screen startup.
# Use the form: screen [-flag] [window name] [window number] [program to run in window]
# The -t flag means that the window in which that program is running
# closes when you exit that program, so if you quit pine
# window 2 closes.
screen -t KH_VM ssh pengp2@
screen -t UR_Build_Server ssh pengp2@
at UR_Build_Server stuff "cd "
screen -t UR_Clean_Build ssh pengp2@10.6.7.27
at UR_Clean_Build stuff "cd "
screen -t UR_VM_log bash -c "cd;bash"
screen -t UR_VM_Database bash -c "su c4 --command='psql XX';bash"
阅读(1060) | 评论(0) | 转发(0) |