JanetDocsPlaygroundI'm feeling luckyGitHub sign in
(os/execute @("/usr/bin/bash" "-c" "set") :e @{"SOME" "value" "OTHER" "one"}) # => 0 # execute bash and prints environment variables # which contains SOME=value and Other=one