mukuuspace / script.sh
mukuu's picture
Create script.sh
7fdd178 verified
raw
history blame
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