#!/bin/bash
set -e

pushd /usr/share/webapps/perspectives-server &>/dev/null

/usr/bin/python2 notary_util/list_services.py |
/usr/bin/python2 notary_util/threaded_scanner.py
