Files
deb-python-pysaml2/example/run.sh
2011-04-06 15:07:12 +02:00

20 lines
277 B
Bash
Executable File

#!/bin/sh
# Created by Roland Hedberg on 3/25/10.
# Copyright 2010 Umeå Universitet. All rights reserved.
cd sp
../tools/make_metadata.py sp_conf sp.xml
cd ../idp
../tools/make_metadata.py idp_conf idp.xml
cd ../sp
./sp.py sp_conf &
cd ../idp
./idp.py idp_conf &
cd ..