moviecataloger/job.sh

7 lines
79 B
Bash
Raw Normal View History

2023-12-28 18:59:50 +02:00
#!/bin/bash
while read -r imdbid
do
./fetchyts.sh $imdbid
done < movies.list