OpenVideoAI/scripter_premade.sh
ThatLinuxFan aba52f917f
Stability Update II
Make scripter easier and more stable by making the user input a text file instead of an (admitedly) easily broken string.
2024-01-19 15:51:11 -06:00

7 lines
200 B
Bash

cat "$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/*