You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
348 B
Bash
14 lines
348 B
Bash
#!/bin/sh
|
|
set -x
|
|
|
|
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
|
|
python -m py_compile cps.py
|