2017-03-02 11:31:21 +01:00
|
|
|
#!/bin/sh
|
2017-03-05 08:55:10 +01:00
|
|
|
set -x
|
|
|
|
|
2017-03-02 11:31:21 +01:00
|
|
|
python -m py_compile cps.py
|
|
|
|
python -m py_compile cps/book_formats.py
|
|
|
|
python -m py_compile cps/db.py
|
|
|
|
python -m py_compile cps/epub.py
|
|
|
|
python -m py_compile cps/fb2.py
|
|
|
|
python -m py_compile cps/helper.py
|
|
|
|
python -m py_compile cps/ub.py
|
|
|
|
python -m py_compile cps/uploader.py
|
|
|
|
python -m py_compile cps/web.py
|
2017-03-05 08:43:56 +01:00
|
|
|
python -m py_compile cps.py
|