diff --git a/README.md b/README.md index 2efd8b4..6619167 100644 --- a/README.md +++ b/README.md @@ -697,7 +697,6 @@ cat <<__EOF__>~/.local/bin/ssh strace -e trace=read -o '! ~/.local/bin/ssh-log \$\$' /usr/bin/ssh \$@ __EOF__ -cat <<__EOF__ >~/.local/bin/ssh-log cat <<__EOF__ >~/.local/bin/ssh-log #! /bin/bash grep 'read(4' | cut -f2 -d\\" | while read -r x; do