Commit all files

This commit is contained in:
Ze'ev Schurmann
2023-12-28 18:59:50 +02:00
parent b8e936fc9d
commit 4c366c89eb
6 changed files with 500 additions and 2 deletions

6
job.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
while read -r imdbid
do
./fetchyts.sh $imdbid
done < movies.list