Browse Source

add shell vars correctly

pull/1/head
Wesley Kerfoot 6 years ago
parent
commit
3525aa8ce9
  1. 4
      bolt.rkt

4
bolt.rkt

@ -60,7 +60,7 @@
(user)
(format-vars)
cmd)
cmd))
(format "~a ~a" (format-vars) cmd)))
(define (exec cmd)
(displayln
@ -106,4 +106,6 @@
(all-defined-out)
remote
compress
shell-env
format-vars
with-shell-vars)

Loading…
Cancel
Save