7 lines
103 B
Bash
Executable File
7 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
|
|
root=$(dirname "${BASH_SOURCE[0]}")
|
|
|
|
"$root/test-with-drm.sh"
|
|
"$root/test-without-drm.sh"
|