Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:sergeychernyshev/showslow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Chernyshev committed Jun 26, 2011
2 parents 124fbe4 + 80fb4f6 commit 0f81c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automation/pagespeedapi/monitor.sh 100755 → 100644
@@ -1,8 +1,8 @@
#!/bin/bash

SHOWSLOWBASE='http://www.showslow.com'
SHOWSLOWBASE='... put your instance URL here ...' # e.g. 'http://www.showslow.com'

URLS=`wget $SHOWSLOWBASE/monitor.php?new -O - -q`
URLS=`wget $SHOWSLOWBASE/monitor.php -O - -q`

for URL in $URLS
do
Expand Down

0 comments on commit 0f81c95

Please sign in to comment.