Click Start sandbox to open WebVM (Linux in your browser).
- Run: uname -a
- Explore: ls / && pwd && whoami
- Write a file: echo hello > /tmp/hello.txt && cat /tmp/hello.txt
Tips:
- Tab completes paths and commands
- Reload sandbox anytime for a clean environment
- Nothing here is persisted after reload