remove line
This commit is contained in:
parent
bf27e7a47f
commit
fd2c135ce3
1
mige.sh
1
mige.sh
@ -27,7 +27,6 @@ process_file () {
|
|||||||
else
|
else
|
||||||
echo -e "\e[38;5;208mWarning: could not match '$variable' as a variable assignment.\e[0m"
|
echo -e "\e[38;5;208mWarning: could not match '$variable' as a variable assignment.\e[0m"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
done < <(grep -P '^\d+=.+$' $1)
|
done < <(grep -P '^\d+=.+$' $1)
|
||||||
|
|
||||||
timep=$((($(date +%s%N) - $timep)/1000000))
|
timep=$((($(date +%s%N) - $timep)/1000000))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user