Files
nu-ffmpeg/bin/run-tests

7 lines
91 B
Plaintext
Executable File

#!/usr/bin/env -S nu -n
# Run all tests for the package
def main [] {
fd _test -x '{}'
}