mukuu commited on
Commit
7fdd178
·
verified ·
1 Parent(s): 46a6ee3

Create script.sh

Browse files
Files changed (1) hide show
  1. script.sh +7 -0
script.sh ADDED
@@ -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