OpenVideoAI/scripter_premade.sh
2024-01-19 22:22:55 +00:00

7 lines
197 B
Bash

mv "$1" script.txt
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/*