Reset file structure to original organization.

Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
This commit is contained in:
Michael Vincerra
2019-02-01 11:43:21 -08:00
parent 1f3c60968a
commit d4c59fdf56
7 changed files with 4 additions and 4 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
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
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!"