yate/clients/run-qt

10 lines
221 B
Bash
Executable File

#!/bin/sh
# Run this to generate a new configure script
if [ -x yate-qt -a -x ../run ]; then
cd ..; exec ./run --executable clients/yate-qt "$@"
else
echo "Could not find client executable or run script" >&2
fi