forked from third-party-mirrors/zfs_autobackup
4 lines
85 B
Bash
Executable File
4 lines
85 B
Bash
Executable File
#!/bin/sh
|
|
|
|
find tests zfs_autobackup -name '*.py' |entr ./tests/run_tests_docker $@
|