6 lines
175 B
Python
6 lines
175 B
Python
# Shuts down JMRI cleanly then restarts JMRI
|
|
# Typically run from a Logix or button
|
|
# See also jython/RestartOS.py for a script that restarts the computer
|
|
|
|
shutdown.restart()
|