You are reading a single comment by @stevie4711 and its replies. Click here to read the full conversation.
  • You could type reset(); save();

    If you want a reboot command always available, just do:

    E.setBootCode("function reboot() { reset(); save(); }");
    

    That would do the trick for you. It would also be in memory after you reset or saved something.

    BTW: I would not necessarily name that reboot. After all if you reboot a computer it does not wipe the harddisk :-).

About

Avatar for stevie4711 @stevie4711 started