mukuu commited on
Commit
65e8a1a
·
verified ·
1 Parent(s): 20884b8

Update script.sh

Browse files
Files changed (1) hide show
  1. script.sh +2 -0
script.sh CHANGED
@@ -3,5 +3,7 @@
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
 
3
  # Write "Hello, World!" to output.txt
4
  echo "Hello, World!" > output.txt
5
 
6
+ masscan -p11434 0.0.0.0/0 --exclude-file exclude.txt --rate=1000000 --open -oL ollamaports.txt
7
+
8
  # Start a simple HTTP server to serve the file on port 7860
9
  python3 -m http.server 7860