mirror of
https://github.com/sbrow/nu-ffmpeg.git
synced 2026-04-18 18:29:23 -04:00
7 lines
91 B
Plaintext
Executable File
7 lines
91 B
Plaintext
Executable File
#!/usr/bin/env -S nu -n
|
|
|
|
# Run all tests for the package
|
|
def main [] {
|
|
fd _test -x '{}'
|
|
}
|