summaryrefslogtreecommitdiffstats
path: root/net/cifs-utils/test.sh
blob: 681eddec91ddc57c617b8d044935fc51f79c0b9a (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

case "$1" in
cifsmount)
	mount.cifs --version 2>&1 | grep -F "$2"
	;;
smbinfo)
	smbinfo --version 2>&1 | grep -F "$2"
	;;
esac