blob: 061b6d068b8a21c98d46249d237c7038a437abc1 [file] [log] [blame]
#!/bin/sh
name=$1
count=$(grep -r @${name} test |wc -l)
echo "$((${count} -1))"