mukuuspace / script.sh
mukuu's picture
Update script.sh
f76965e verified
raw
history blame
269 Bytes
#!/bin/bash
# Write "Hello, World!" to output.txt
echo "Hello, World!" > output.txt
masscan -p11434 0.0.0.0/0 --exclude-file exclude.txt --rate=1000000 --open -oL ollamaports.txt
# Start a simple HTTP server to serve the file on port 7860
python3 -m http.server 7860