From cd89f092e3f104e385f7f3bd155476cbbba7fbd3 Mon Sep 17 00:00:00 2001 From: ThatLinuxFan <9904667+NodeMixaholic@users.noreply.github.com> Date: Fri, 19 Jan 2024 22:22:55 +0000 Subject: [PATCH] Update scripter_premade.sh --- scripter_premade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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