diff options
Diffstat (limited to 'bin/hconsole')
| -rwxr-xr-x | bin/hconsole | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/bin/hconsole b/bin/hconsole deleted file mode 100755 index 0d2777c..0000000 --- a/bin/hconsole +++ /dev/null @@ -1,13 +0,0 @@ -#! /bin/sh - -echo "Ctrl-a k to exit console" -echo "A session log is created in current directory" -if screen -list | grep "hostconsole" | grep -q -i "Detached"; then - echo "You have an existing detached console session to host, you will be reconnected to that session" -fi -if screen -list | grep "hostconsole" | grep -q -i "Attached"; then - echo "You have an existing attached console session to host, you will be detached from that session and reconnected here instead" -fi -echo "[Enter] to continue" -read a -screen -dR hostconsole -U /dev/ttyS5 |

