Browse Source

remove unnecessary exports

pull/1/head
Wesley Kerfoot 6 years ago
parent
commit
57844723c3
  1. 5
      bolt.rkt

5
bolt.rkt

@ -103,4 +103,7 @@
(define pwd (make-cmd "pwd"))
(provide
(all-defined-out) remote compress shell-env set-vars format-vars with-shell-vars)
(all-defined-out)
remote
compress
with-shell-vars)

Loading…
Cancel
Save