Files
clear-linux-documentation/source/scripts/_python/Makefile
T
Michael Vincerra d4c59fdf56 Reset file structure to original organization.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
2019-02-01 11:43:21 -08: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!"