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