|
|
1.1 root 1: #! /bin/sh
2: TMP=/tmp/dest$$
3:
4: case $# in
5: 0) set default;;
6: esac
7:
8: for i in $*
9: do
10: qns set $i,ship |
11: cut -f1 >$TMP
12: if test -s $TMP
13: then
14: while read line
15: do
16: qns value dk $line
17: done <$TMP
18: else
19: echo $i
20: fi
21: done |
22: sort -u
23:
24: rm -f $TMP
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.