grep test added

This commit is contained in:
Roberto Cirillo 2021-02-03 16:47:30 +01:00
parent bafacb702c
commit 94701bf627
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,3 @@
to_update_1
to_update_2
to_update_3

View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
if [[ "$(grep 'dataminer' pom.xml)" ]]; then
echo "dataminer dep found"
fi