MD5 Implemented in Bash
youtube.com3 pointsby HeadlessChild2 comments
timeout 5s bash -c "echo >/dev/tcp/google.com/443" && echo "port open" || echo "port closed"
This uses the timeout command from coreutils though, so it is not a pure bash implementation.