Skip to content

Commit

Permalink
zuo: display shell/wait/no-verify commands like shell/wait
Browse files Browse the repository at this point in the history
  • Loading branch information
benknoble committed Oct 26, 2024
1 parent 2b2d355 commit 0c9fda8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.zuo
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@
(fd-read stdout eof))

(define (shell/wait/no-verify . args)
(displayln (build-shell args))
(define p (apply shell args))
(thread-process-wait (hash-ref p 'process)))

Expand Down

0 comments on commit 0c9fda8

Please sign in to comment.