Files
clear-linux-documentation/source/_scripts/_python/Makefile
T
2019-07-11 11:36:11 -07:00

10 lines
192 B
Makefile

py:
python bundle_lister.py
cp bundles.html.txt ../../clear-linux/reference/bundles
rm -rf bundle_lister/cloned_repo/*
rm bundles.html.txt
@echo "Python script finished successfully!"