custom-unix-shell / test-wish.sh
test-wish.sh
Raw
#! /bin/bash

if ! [[ -x wish ]]; then
    echo "wish executable does not exist"
    exit 1
fi

./tester/run-tests.sh $*