#!/bin/bash
args=("$@")

/w/apps.icsl/puneet/tools/oa/bin/oa2strm -gds gds_output/"${args[1]}".gds -lib ${args[0]}

