6 lines
164 B
Bash
Executable File
6 lines
164 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
script_dir="$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)"
|
|
exec "${script_dir}/test-drm-display-runtime.sh" --vendor amd "$@"
|