From 034d7f10787a0a5634c0b7ca558bef03beafdbbb Mon Sep 17 00:00:00 2001 From: AustrianToast Date: Tue, 25 Jun 2024 23:01:38 +0200 Subject: [PATCH] initial commit --- artists_links.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 artists_links.sh diff --git a/artists_links.sh b/artists_links.sh new file mode 100755 index 0000000..bf9fdfb --- /dev/null +++ b/artists_links.sh @@ -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