initial commit
This commit is contained in:
6
artists_links.sh
Executable file
6
artists_links.sh
Executable 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
|
Reference in New Issue
Block a user