OpenVideoAI/scripter_premade.sh

8 lines
197 B
Bash
Raw Normal View History

2024-01-19 16:22:55 -06:00
mv "$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/*