#!/bin/sh
scriptPath=$(echo $0 | sed "s|^\.\./|`pwd`/../|" | sed "s|^\./|`pwd`/|")
basePath=$(dirname ${scriptPath})
currPath=$(pwd)
cd "${basePath}"
../../Util/zbuildgen/Linux/bin/zbuildgen --display-input-files
cd "${currPath}"
