#!/bin/sh ASN2MD_OPTIONS="-o docs" ( mkdir -p docs asn2md.py ${ASN2MD_OPTIONS} *.asn )