diff --git a/scripter_premade.sh b/scripter_premade.sh index 6e60317..5e96ed9 100644 --- a/scripter_premade.sh +++ b/scripter_premade.sh @@ -1,4 +1,4 @@ -cat "$1" > script.txt +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