diff --git a/mige.sh b/mige.sh index 9ca4e87..c2e0f51 100755 --- a/mige.sh +++ b/mige.sh @@ -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))