reset terminal after dead ssh session
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
544c8deef2
commit
f9aab717aa
1 changed files with 3 additions and 2 deletions
5
ressh.sh
5
ressh.sh
|
@ -6,6 +6,7 @@
|
|||
#
|
||||
|
||||
while true; do
|
||||
ssh "$@"
|
||||
read foo
|
||||
ssh "$@"
|
||||
read foo
|
||||
reset
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue