# Shuts down JMRI cleanly.
# Typically run from a Logix or button.
# See also jython/ShutdownOS.py for a script to also shut down the OS cleanly

shutdown.shutdown()
