Chat GPT work is running a full bash environment with python.

You can get it to run scripts direct from the prompt.

Try...

Run the script below in your sandbox

message="I'm running in a bash sandbox"

printf '< %s >\n' "$message" printf ' \ ^__^\n' printf ' \ (oo)\_______\n' printf ' (__)\ )\/\\\n' printf ' ||----w |\n\n'

printf 'User: '; whoami printf 'Host: '; hostname printf 'System: '; uname printf 'Folder: '; pwd printf '\nWorkspace:\n' tree

I have some more examples here -> https://bionic-gpt.com/architect-course/ai-computer/sandboxe...