trying out rust

This commit is contained in:
2024-11-01 17:25:51 +01:00
parent b6ea267ddf
commit a8f2919fdd
4 changed files with 24 additions and 2 deletions

View File

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