Stability Update II

Make scripter easier and more stable by making the user input a text file instead of an (admitedly) easily broken string.
This commit is contained in:
ThatLinuxFan 2024-01-19 15:51:11 -06:00 committed by GitHub
parent 3db6754c47
commit aba52f917f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
echo "$1" > script.txt
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