#!/bin/bash

_dev=${0##*/}

/ciena/bin/regdecode-char /dev/${_dev%%reg} \
    /ciena/fpga/ds100mb203_regmap.conf "$@"
