Line Code
1 2 3 4 5 6 7 8 9 10
#!/bin/bash

export LOCAL_TEST_DIR=`pwd`
export LOCAL_TMP_DIR=/tmp

./$1

exit $?