remove line

This commit is contained in:
Vaclav Uruba 2023-08-25 12:15:25 +02:00
parent bf27e7a47f
commit fd2c135ce3
Signed by: uruba
GPG Key ID: 9D8E987C4B2E1E9C

View File

@ -27,7 +27,6 @@ process_file () {
else
echo -e "\e[38;5;208mWarning: could not match '$variable' as a variable assignment.\e[0m"
fi
done < <(grep -P '^\d+=.+$' $1)
timep=$((($(date +%s%N) - $timep)/1000000))