4 lines
116 B
Plaintext
4 lines
116 B
Plaintext
|
#!/bin/sh
|
||
|
which lbdbq >/dev/null || exit
|
||
|
lbdbq "$1" | sed '1d;s/\(.*\)\t(null).*/\1/;s/\(.*\)\t\(.*\)\t.*/\2 <\1>/'
|