mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-04-23 23:00:53 +03:00
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 $@
|