JanetDocsPlaygroundI'm feeling luckyGitHub sign in
(spit "/tmp/hello.sh" "#!/bin/bash\necho 'Hello from Bash!'\n") (os/chmod "/tmp/hello.sh" "rwx------") (os/setenv "PATH" (string (os/getenv "PATH") ":/tmp")) (os/shell "hello.sh")