[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/codeangler/tiny_python_projects/master/all_test.sh [Back]  [Original]

#!/usr/bin/env bash

TESTS=$(mktemp)
find . -mindepth 2 -maxdepth 2 -name all_test.sh | sort > "$TESTS"

while read -r TEST; do
    DIR=$(dirname "$TEST")
    echo -e "\n\n==> $DIR 

Web Proxy Viewer  |  New URL  |  Original Page