fork download
  1. echo "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>&-" > chat.sh
  10. bash chat.sh &
Success #stdin #stdout #stderr 0.02s 5312KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
prog.sh: line 9: chat.sh: Permission denied