diff options
author | d-s <ds@voyager.local> | 2023-03-17 14:29:59 +0100 |
---|---|---|
committer | d-s <ds@voyager.local> | 2023-03-17 14:29:59 +0100 |
commit | b1177a57e338d335980d36a118b8b57972dcea03 (patch) | |
tree | db19582a036825dd958d383f85181a2784744649 /extract_covers.sh | |
parent | 118bbe281f5253eb23a4c6583c6bfdde7b8d5827 (diff) |
feat: article for 2023-03-19
Diffstat (limited to 'extract_covers.sh')
-rwxr-xr-x | extract_covers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extract_covers.sh b/extract_covers.sh index 8245ae0..a48fea6 100755 --- a/extract_covers.sh +++ b/extract_covers.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh echo "Extracting used YT ids..." for id in `grep -r "<youtube" content/. | grep -o "\".*\"" | tr -d '"' | cut -d " " -f1 ` |