mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-06-29 17:26:01 +00:00
d4c59fdf56
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
10 lines
192 B
Makefile
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!"
|
|
|
|
|