isolated-sandbox / examples /hello_world.sh
ChefAdorous's picture
Deploy Code Execution Sandbox with FastAPI and Docker
a89f25d
raw
history blame contribute delete
64 Bytes
#!/bin/bash
# Example: Hello World in Bash
echo "Hello, World!"