From 8194e36f97093cd5357f05b1f9ddb9f08d589f50 Mon Sep 17 00:00:00 2001 From: SkyperTHC <5938498+SkyperTHC@users.noreply.github.com> Date: Sun, 14 Nov 2021 15:06:52 +0000 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) 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