summaryrefslogblamecommitdiffstats
path: root/spam
blob: 73d6814fca62c810e35da157ca63b94ecf980844 (plain) (tree)
1
2
3
4
5




                                                                                             
#!/bin/bash

while [ 1 -lt 2 ]; do
    wget --secure-protocol=SSLv3 --no-check-certificate -O index.html https://localhost:3490/
done