summaryrefslogtreecommitdiffstats
path: root/spam
diff options
context:
space:
mode:
authorSebastian2010-05-12 19:42:27 +0200
committerSebastian2010-05-12 19:42:27 +0200
commitce3329047d378a14006ce74ec273ac59e3375303 (patch)
tree782430f270b4c7aca1b35d5b7813518e3797c555 /spam
downloadpvs-ce3329047d378a14006ce74ec273ac59e3375303.tar.gz
pvs-ce3329047d378a14006ce74ec273ac59e3375303.tar.xz
pvs-ce3329047d378a14006ce74ec273ac59e3375303.zip
initial import of latest svn version
Diffstat (limited to 'spam')
-rwxr-xr-xspam5
1 files changed, 5 insertions, 0 deletions
diff --git a/spam b/spam
new file mode 100755
index 0000000..73d6814
--- /dev/null
+++ b/spam
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+while [ 1 -lt 2 ]; do
+ wget --secure-protocol=SSLv3 --no-check-certificate -O index.html https://localhost:3490/
+done