JanetDocs
Playground
I'm feeling lucky
GitHub sign in
Run
Format
(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")