2017-03-02 02:31:21 -08:00
|
|
|
#!/bin/sh
|
2017-03-04 23:55:10 -08:00
|
|
|
set -x
|
|
|
|
|
2017-03-02 02:31:21 -08: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-04 23:43:56 -08:00
|
|
|
python -m py_compile cps.py
|