JanetDocsPlaygroundI'm feeling luckyGitHub sign in
(os/shell "echo bar > /tmp/foo") (with [file-handle (file/open "/tmp/foo") (fn [fd] (file/close fd))] (file/read file-handle :all)) # => @"bar\n"