mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-05-14 02:43:43 +00:00
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!"
|
|
|
|
|