Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mukuu
/
mukuuspace
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
20884b8
mukuuspace
/
script.sh
mukuu
Create script.sh
7fdd178
verified
5 months ago
raw
Copy download link
history
blame
Safe
174 Bytes
#!/bin/bash
# Write "Hello, World!" to output.txt
echo
"Hello, World!"
> output.txt
# Start a simple HTTP server to serve the file on port 7860
python3 -m http.server 7860