#!/bin/sh

libs=`pcblibs | sed -e 's/:/ -d /g'`
arg="-d $libs"
echo gsch2pcb $arg "$@" #2>&1
gsch2pcb $arg "$@" 2>&1
