mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-08-28 21:55:44 +00:00
1f3c60968a
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
10 lines
220 B
Makefile
10 lines
220 B
Makefile
|
|
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
|
|
@echo "Python script finished successfully!"
|
|
|
|
|