aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sh.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/sh.sh')
-rwxr-xr-xtest/sh.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/sh.sh b/test/sh.sh
new file mode 100755
index 0000000..85a6377
--- /dev/null
+++ b/test/sh.sh
@@ -0,0 +1,7 @@
1#!/bin/bash
2
3for name in $(cat qlist)
4do
5 wd label $name | xargs -I{} grep {} name-list
6 echo $name
7done