OpenVideoAI/scripter_premade.sh

8 lines
200 B
Bash
Raw Normal View History

cat "$1" > script.txt
2024-01-19 13:29:09 -06:00
awk '{ print $2 }' script.txt > script-keywords.txt
awk '{ print $4 }' script.txt >> script-keywords.txt
awk '{ print $6 }' script.txt >> script-keywords.txt
mkdir img
rm img/*