From f75016168083a058c90d209e67fc09252db7188d Mon Sep 17 00:00:00 2001 From: Zachary Robert Thomas Boyd Date: Sun, 9 Mar 2014 01:01:16 -0500 Subject: [PATCH] _ --- test.sh.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test.sh.php diff --git a/test.sh.php b/test.sh.php new file mode 100644 index 0000000..be2abeb --- /dev/null +++ b/test.sh.php @@ -0,0 +1,12 @@ + +#!/bin/bash + +while : +do + if export http_proxy=http://:@localhost: && wget -qO- http://ifconfig.me/ip; then + sleep 1; + else + echo "test failed"; + break; + fi +done \ No newline at end of file