bash
I want to make a bash script so if you run it, it will join a room, but also if I go to shell I can still pick a room. the code I use to run it is javac GroupChat.java
then java GroupChat 239.00.0 1234
239.00.0 is multicast host and 1234 is the port
Voters
use read
note replit only hosts 0.0.0.0
@Coder100 but when I do it, I can do 239.00.0
@Coder100 put that in the bash file and use .replit to run the bash code?
@Coder100 thank you
@Coder100 can you help me, I tested this with a friend, but as of now it won't enter to socket and I can't print the name, I used System.getenv("REPL_OWNER"); for the name
@Bunnytoes what ip?
@Coder100 239.00.0 and port 1234 it might be fixed, but I can't test it