GraphC/tasks/clean_additions.sh
2023-10-12 14:00:48 +06:00

7 lines
200 B
Bash

#!/usr/bin/bash
for tmpfile in $(ls -a | grep -e '\.rebuild.*\.tmp'); do
try_delete_dir_or_file "$tmpfile"
done
try_delete_dir_or_file fonts/generated
try_delete_dir_or_file libs/fonts_embedded.a