Files
buffybox/test/test-all.sh
2024-07-26 16:40:49 +00:00

7 lines
103 B
Bash
Executable File

#!/bin/bash
root=$(dirname "${BASH_SOURCE[0]}")
"$root/test-with-drm.sh"
"$root/test-without-drm.sh"