isdn4k-utils/isdnlog/tools/dest/mcdb

12 lines
219 B
Bash

#!/bin/sh
# WARNING: This file was auto-generated. Do not edit!
awk '
BEGIN { FS="=>"; }
/^[^#]/ {
print "+" length($1) "," length($2) ":" $1 "->" $2
}
END {
print ""
}
' | /usr/local/bin/cdbmake "$@"