homebrew-fonts/.fontfoldercleanup/remove_ds_and_clean_empty_folders.py
2024-10-02 13:33:08 -05:00

6 lines
156 B
Python

import cleanup
if __name__ == '__main__':
cleanup.remove_ds_store_files()
cleanup.remove_setup_complete_files()
cleanup.remove_empty_folders()