blob: fc826d5b8d713fe86972d44eef5cf974f41bf44a [file] [log] [blame]
#!/bin/sh
case "$1" in
"gnunet")
gnunet-arm --version | grep "$2"
;;
esac