Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(215)

Side by Side Diff: Tools/AutoSheriff/feeder_start.sh

Issue 398823008: WIP: Add auto-sheriff.appspot.com code to Blink Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 #!/bin/sh
2 while :
3 do
4 cd /src/build
5 git pull --rebase
6
7 cd /src/cycletimes/nannybot
8 git pull
9
10 ./feeder.py http://localhost:8080/data
11 sleep 1 # Allow time for second control-C
12 done
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698