7d369c8
1
2
3
4
5
6
7
8
9
10
#!/bin/bash echo "Starting SAGAR AdaptiveAuth Framework..." echo "" echo "Make sure you have installed the dependencies with:" echo " pip install -r requirements.txt" echo "" echo "Press Enter to start the server..." read python main.py