[pisa-src] r1134 - in trunk/tools/screenrc: . screenrc-demo-tablet-121

  • From: Tobias Heer <tobias.heer@xxxxxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 14 Oct 2009 10:12:44 +0200

Author: heer
Date: Wed Oct 14 10:12:43 2009
New Revision: 1134

Log:
Added screenrc for the tablet to make startup of the system simpler

Added:
   trunk/tools/screenrc/
   trunk/tools/screenrc/screenrc-demo-tablet-121

Added: trunk/tools/screenrc/screenrc-demo-tablet-121
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/tools/screenrc/screenrc-demo-tablet-121       Wed Oct 14 10:12:43 
2009        (r1134)
@@ -0,0 +1,21 @@
+
+startup_message off # Turn off the splash screen
+defscrollback 5000
+caption always '%{= kK}%{w}%H %{K}%= %{= kw}%?%-Lw%?%{B}(%{W}%n*%f 
%t%?(%u)%?%{B})%{w}%?%+Lw%?%?%= %{K}%{B} %{w}%c%{K}'
+
+
+hardstatus string '[ %h ] [ %t ] %= %{Y}%l%{g}'
+hardstatus alwayslastline
+
+#screen -t hip  bash "ls"
+
+split
+screen -t HIP  bash -c "./pisa_testbed/hipd -k; bash"
+screen -t PISA bash -c "killall pisacd; ./pisa_testbed/pisacd; bash"
+focus
+screen -t HIPping bash -c "sleep 5; ping6 
2001:10:17e5:e586:5f1b:a01b:f5c9:f825 ; bash"
+screen -t PISAping bash -c "sleep 5; ping 192.168.44.4 ; bash"
+screen -t listenbeacon bash -c "sleep 5; ./pisa_testbed/pisabeacon -l -s 
/home/user/tobi/switch.sh; bash"
+focus
+
+

Other related posts:

  • » [pisa-src] r1134 - in trunk/tools/screenrc: . screenrc-demo-tablet-121 - Tobias Heer