Moves all bundle_lister.py and assoc. files to bundle_lister dir.

Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
This commit is contained in:
Michael Vincerra
2019-01-31 14:09:22 -08:00
parent 4e2240fb43
commit 1f3c60968a
7 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
py:
python bundle_lister.py
cp bundles.html.txt ../../clear-linux/reference/bundles
python bundle_lister/bundle_lister.py
cp bundle_lister/bundles.html.txt ../../clear-linux/reference/bundles
rm -rf cloned_repo/*
rm bundles.html.txt
rm bundle_lister/bundles.html.txt
@echo "Python script finished successfully!"