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

5 lines
99 B
Bash

#!/usr/bin/env bash
if [[ "$(grep 'dataminer' pom.xml)" ]]; then
echo "dataminer dep found"
fi