echo "Current dir: `pwd`"
echo "Files: `ls -l`"
echo "Running the server"
python3 pervane/serve.py
