Any way to reboot a Repl?
CrazyCoder9
is there any way to restart a repl from a javascript file?
SixBeeps
You could try forking the Repl and deleting the old one.
is there any way to restart a repl from a javascript file?
You could try forking the Repl and deleting the old one.
@Highwayman Wait, how do you do that?
In the bottom left corner of the ide screen, you can see a little icon shaped like a circle with a question mark in it. If you click on that icon, a little menu will appear. Type the word “shell” in and an option called “open shell” or somthing will appear. Click it. Once you have this shell, type in the command "busybox reboot"; this should reboot your repl. Occasionally the normal ide terminal is also a repl. You can type the command in there instead and it should work(it might not tho because the terminal might be a python repl instead of a bash repl) @MelissaVuong2
@Highwayman
This was just what I was looking for. Thank you!
yw :) @MelissaVuong2
@Highwayman
kill 1
works as well.@shkeffy true. probably even works better- that's what replit docs use, right?
@Highwayman Yes it is.