Chromium Code Reviews| Index: tools/bug_chomper/run_server.sh |
| diff --git a/tools/bug_chomper/run_server.sh b/tools/bug_chomper/run_server.sh |
| new file mode 100755 |
| index 0000000000000000000000000000000000000000..f2a485e0cbd60eb394285f30542e610e2b388918 |
| --- /dev/null |
| +++ b/tools/bug_chomper/run_server.sh |
| @@ -0,0 +1,4 @@ |
| +DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" |
| +cd $DIR |
| +GOPATH="$GOPATH:$DIR" go run $DIR/src/server/server.go |
| + |