UNPKG

165 Bapplication/x-shView Raw
1#!/bin/sh
2
3set -e
4
5python --version
6
7cd out/python
8cd swagger_client
9python -m py_compile *.py
10cd ../../..
11
12cd out/flaskConnexion
13python -m py_compile *.py
14cd ../..