aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sh.sh
blob: 85a63777cc2a52f76b2ee69e01bef186dee0ff9b (plain)
1
2
3
4
5
6
7
#!/bin/bash

for name in $(cat qlist)
do
    wd label $name | xargs -I{} grep {} name-list
    echo $name
done