#!/bin/bash
cmd=`head -1 setup_call`
cd ../bin
exec $cmd "$@"
