Files
deb-python-pysaml2/example/run.sh
2010-04-09 14:40:45 +02:00

18 lines
251 B
Bash
Executable File

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