initial commit

This commit is contained in:
2024-06-25 23:01:38 +02:00
parent af1fc15fdc
commit 034d7f1078

6
artists_links.sh Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/bash
for dir in /mnt/NSFB/Hentai/Artists/*/ ; do
cd "$dir"
[[ -f Links.md ]] || cp /home/rene/projects/Hentai/Links.md .
done