diff options
author | typebrook <typebrook@gmail.com> | 2019-09-18 13:43:06 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-09-18 13:43:06 +0800 |
commit | d627b3a4093a37740604daedcb45119f196b5fcd (patch) | |
tree | 8dc38c99f1a795ddddd9c017bd84debabb4bb615 /test/sh.sh | |
parent | e7c3f91c066296a4f17a56a83b9ebc1343f87430 (diff) |
update
Diffstat (limited to 'test/sh.sh')
-rwxr-xr-x | test/sh.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/sh.sh b/test/sh.sh deleted file mode 100755 index 85a6377..0000000 --- a/test/sh.sh +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | #!/bin/bash | ||
2 | |||
3 | for name in $(cat qlist) | ||
4 | do | ||
5 | wd label $name | xargs -I{} grep {} name-list | ||
6 | echo $name | ||
7 | done | ||