Autosave: 2024-02-25 19:57:22
This commit is contained in:
parent
32f33aa157
commit
1eff483b24
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
# If there are images in img/ that are not being used by the Zettelkasten, delete them
|
||||
find /home/thomas/repos/eolas/img -type f | while read filename; do
|
||||
pwd
|
||||
rg "${filename##*/}" ../ --type markdown >/dev/null 2>&1
|
||||
if [ "$?" -eq 1 ]; then
|
||||
echo "Deleted unused image: ${filename##*/}"
|
||||
|
|
Loading…
Add table
Reference in a new issue