Skip to content

Instantly share code, notes, and snippets.

@gAmUssA
Created October 19, 2021 12:57
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 gAmUssA/3bfd5ee56ef5190d163498274b73195e to your computer and use it in GitHub Desktop.
Save gAmUssA/3bfd5ee56ef5190d163498274b73195e to your computer and use it in GitHub Desktop.
#!/bin/bash
exec 3<>/dev/udp/"$1"/"$2"
echo -e "\n" >&3
cat <&3
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment