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:
parent
3db6754c47
commit
aba52f917f
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
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
|
||||
|
||||
mkdir img
|
||||
rm img/*
|
||||
rm img/*
|
||||
|
|
Loading…
Reference in a new issue