re-added shutdown

svn: r7180
This commit is contained in:
Eli Barzilay 2007-08-26 14:45:17 +00:00
parent 709f217026
commit 1685340d99

View File

@ -40,6 +40,6 @@
(printf "Press enter to shutdown.\n")
(read-line)
;(shutdown)
(shutdown)
)