gCubeActions/27-01-2021-grepString/testGrep.sh

5 lines
99 B
Bash
Raw Normal View History

2021-02-03 16:47:30 +01:00
#!/usr/bin/env bash
if [[ "$(grep 'dataminer' pom.xml)" ]]; then
echo "dataminer dep found"
fi