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
|
2024-01-19 15:51:11 -06:00
|
|
|
rm img/*
|