
# install python-pip
# pip install RBTools

REPO=`python -c "import os; print os.popen(\"git remote show origin|grep Fetch\ URL\").readlines()[0].split(': ')[1][:-1].replace(\"\n\", \"\")"`

echo post-review -o --guess-summary --guess-description --target-groups=plasma --repository-url=$REPO --username=sebas --parent=master
