ordo/examples/uptime.scm
2025-07-06 14:43:14 +01:00

8 lines
243 B
Scheme

(use-modules (ordo core)
(ordo action remote-cmd))
(execute (task #:name "uptime"
#:action remote-cmd
#:args (list "uptime" #:return car #:check? #t))
'all
#:continue-on-error? #t)