mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-04-13 22:47:12 +03:00
7 lines
111 B
Bash
Executable File
7 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#NOTE: run from top directory
|
|
|
|
find tests/*.py zfs_autobackup/*.py| entr -r ./tests/run_tests $@
|
|
|