mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-30 05:02:54 +08:00
Add files via upload
This commit is contained in:
parent
53fe171d63
commit
3c2cdeb9e6
18
toptmux4-10.sh
Normal file
18
toptmux4-10.sh
Normal file
@ -0,0 +1,18 @@
|
||||
#!/bin/bash
|
||||
|
||||
ff
|
||||
|
||||
useprog=open
|
||||
[ -e `which openvt` ] && useprog=openvt
|
||||
# open 4-pane screen on vt10
|
||||
setterm -blank 0 2>/dev/null
|
||||
|
||||
#( TERM=linux $useprog -f -c 10 -s -w -- /usr/bin/tmux -S topscrn410 -c /root/.screenrc-mon1-combined ) &
|
||||
( TERM=linux $useprog -f -c 10 -s -w -- /opt/local/bin/tmux -S topTM410 tmux new-session \; \
|
||||
send-keys 'top -d15' C-m \; \
|
||||
split-window -v \; \
|
||||
send-keys 'bwm-ng -t 2000' C-m \; \
|
||||
split-window -h \; \
|
||||
send-keys 'iostat -k 5' C-m \;
|
||||
split-window -h \; \
|
||||
send-keys 'watch -n 61 /Users/dave/bin/mon1-df-short' ) &
|
Loading…
x
Reference in New Issue
Block a user