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
1
ressh.sh
1
ressh.sh
|
@ -8,4 +8,5 @@
|
||||||
while true; do
|
while true; do
|
||||||
ssh "$@"
|
ssh "$@"
|
||||||
read foo
|
read foo
|
||||||
|
reset
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue