mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-06-19 20:36:02 +00:00
bd0a8e6a93
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
10 lines
180 B
Makefile
10 lines
180 B
Makefile
|
|
py:
|
|
python bundle_lister.py
|
|
cp bundles.html.txt ../../reference/bundles
|
|
rm -rf bundle_lister/cloned_repo/*
|
|
rm bundles.html.txt
|
|
@echo "Python script finished successfully!"
|
|
|
|
|