mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-04 21:43:15 -06:00
print out command
This commit is contained in:
parent
d20a337174
commit
9ae0260cc0
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ proc error(args: varargs[string, `$`]) =
|
|||
)
|
||||
|
||||
proc execQuit(cmd: string) =
|
||||
info "exec: ", cmd
|
||||
quit (execCmd cmd)
|
||||
|
||||
type
|
||||
|
|
Loading…
Reference in a new issue