Files
clear-linux-documentation/source/scripts/_python/Makefile
T
2019-01-31 14:09:22 -08:00

10 lines
220 B
Makefile

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