Updated machine setup
This commit is contained in:
parent
15218de075
commit
0530639193
1 changed files with 4 additions and 0 deletions
|
@ -34,12 +34,16 @@
|
|||
(("init" rest ...)
|
||||
(init rest))
|
||||
(("reinit")
|
||||
(stop)
|
||||
(clear-install)
|
||||
(init))
|
||||
(("start" rest ...)
|
||||
(start rest))
|
||||
(("stop")
|
||||
(stop))
|
||||
(("rm")
|
||||
(stop)
|
||||
(clear-install))
|
||||
(_
|
||||
(display "Please enter a valid command or -h for help.\n"))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue