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...
mukuu
commited on
Aug 20, 2024
Commit
7fdd178
·
verified
·
1 Parent(s):
46a6ee3
Create script.sh
Browse files
Files changed (1)
hide
show
script.sh
+7
-0
script.sh
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
#!/bin/bash
2
+
3
+
# Write "Hello, World!" to output.txt
4
+
echo "Hello, World!" > output.txt
5
+
6
+
# Start a simple HTTP server to serve the file on port 7860
7
+
python3 -m http.server 7860