Skip to content
Snippets Groups Projects
Commit c54d7efa authored by DarkGod's avatar DarkGod
Browse files

plop

parent 6f79e86b
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -56,7 +56,7 @@ echo "SQL:"
IFS=$'\n'
steammd5=''
regex="^([^ ]*) : (.*)\[(.*)\]"
for line in `cat $md5def`; do
for line in `cat $md5steam`; do
if [[ $line =~ $regex ]]; then
md5="${BASH_REMATCH[1]}"
kind="${BASH_REMATCH[2]}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment