Update '27-01-2021-grepString/testGrep.sh'

master
Manuele Simi 3 years ago
parent 21e5d2eb36
commit a4e316e732

@ -2,5 +2,5 @@
if [[ "$(grep 'dataminer' pom.xml)" ]]; then
echo "dataminer dep found"
else
echo "dataminre dep not found"
echo "dataminer dep not found"
fi

Loading…
Cancel
Save