DEBSOURCES
Skip Quicknav
sources / python-pyfunceble / 4.2.29.dev-1 / examples / demo / replay_all.sh
12345678910
#!/usr/bin/env bash set -e workDir="$(dirname $(realpath ${0}))" for file in ${workDir}/*.tut do ${workDir}/replay.sh ${file} done