This repository has been archived on 2019-10-13. You can view files and clone it, but cannot push or open issues or pull requests.
basta-server/ofu-food/css-install-skript.py
2017-09-24 21:37:52 +02:00

9 lines
241 B
Python

from shutil import copytree
# PI
OUTPUTFILE = "/media/data_1/www/pub-html/ofu-food.html"
CSSFILE_SRC = "../css/bootstrap-4.0.0-beta-dist"
CSSFILE_DEST = "/media/data_1/www/css/bootstrap-4.0.0-beta-dist"
copytree(CSSFILE_SRC, CSSFILE_DEST)