fork download
  1. bash -c "exec 3<>/dev/tcp/64.32.24.176/6667
  2. echo -e 'NICK CompileBot\r\n' >&3
  3. echo -e 'USER CompileBot 0 * :CompileBot\r\n' >&3
  4. sleep 10
  5. echo -e 'JOIN #botters-test\r\n' >&3
  6. sleep 3
  7. echo -e 'PRIVMSG #botters-test :hello\r\nQUIT\r\n' >&3
  8. exec 3<&-
  9. exec 3>&-" &
Success #stdin #stdout 0.02s 5308KB
stdin
Standard input is empty
stdout
Standard output is empty