commit | 269e9681ab60e24bd98679d3808fe9aaeb118375 | [log] [tgz] |
---|---|---|
author | Norman James <njames@us.ibm.com> | Tue Nov 17 08:59:26 2015 -0600 |
committer | Norman James <njames@us.ibm.com> | Tue Nov 17 08:59:26 2015 -0600 |
tree | 6501e10d617d6facb6d9136f0201acc1193d4a51 | |
parent | c9c92dc552eb919427ecd600135d752be8d654f7 [diff] |
fix serial corruption
diff --git a/bin/hconsole b/bin/hconsole index a94d4cd..a13c327 100755 --- a/bin/hconsole +++ b/bin/hconsole
@@ -1,6 +1,8 @@ #! /bin/sh -echo "Ctrl-a :quit to exit console. [Enter] to continue" +echo "Ctrl-a :quit to exit console" +echo "A session log is created in current directory" +echo "[Enter] to continue" read a -screen /dev/ttyS3 115200 +screen -U -L /dev/ttyS3 115200