summaryrefslogtreecommitdiffstats
path: root/net/boinc/test.sh
blob: c78273fd788dbc55560b283409fa0892ae764378 (plain)
1
2
3
4
5
#!/bin/sh

[ "$1" = "boinc" ] || exit 0

boinc_client --version 2>&1 | grep "$2"