spark-store/tool/store-helper/check-is-installed

3 lines
60 B
Bash
Executable File

#!/bin/bash
dpkg -l | grep "^ii" | grep -w "$1" > /dev/null