diff --git a/appci/fetch.sh b/appci/fetch.sh index deae704..7db0fb8 100755 --- a/appci/fetch.sh +++ b/appci/fetch.sh @@ -1,3 +1,4 @@ +#!/bin/bash while read APP; do diff --git a/refresh.sh b/refresh.sh index 8e9e549..51fdc98 100755 --- a/refresh.sh +++ b/refresh.sh @@ -7,3 +7,8 @@ cd pullrequests ./fetch.py ./analyze.py ./publish.py +cd .. +cd appci +./fetch.sh +./analyze.py +./publish.py