This commit is contained in:
Matt Troutman 2024-09-27 12:26:23 -05:00
parent 08cd03bf8f
commit 0a9ea08804
No known key found for this signature in database
16 changed files with 7 additions and 1351 deletions

7
remove_empty_folders.sh Normal file
View file

@ -0,0 +1,7 @@
#! /bin/bash
mydir=$(dirname "$0")
cd $mydir/font_files
find . -type d -empty -delete
#find . -name '.setup_complete' -type f -delete