Welcome to little lamb

Code » test-rolling-hash » next » tree

[next] / tests

#!/bin/sh

for file in test-*; do
    if test $# -eq 0; then
        ./"$file"
        exit 1
    fi
    echo "$file:"
    ./"$file" "$@"
done