openvpn-terraform-install icon indicating copy to clipboard operation
openvpn-terraform-install copied to clipboard

get a pint

Open amonkhouse opened this issue 9 months ago • 0 comments

tested using:

test_array="a b c"

test_value="b"
is_in_array "${test_value}" "${test_array}" && echo "$test_value is in the array" || echo "$test_value is not in the array"

test_value="d"
is_in_array "${test_value}" "${test_array}" && echo "$test_value is in the array" || echo "$test_value is not in the array"

amonkhouse avatar May 21 '24 15:05 amonkhouse