mirror of
https://github.com/kuhyx/scripts.git
synced 2026-07-04 16:23:12 +02:00
6 lines
232 B
Bash
Executable File
6 lines
232 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Backwards compatibility wrapper; prefer using detect_gpu.sh directly.
|
|
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
# shellcheck source=./detect_gpu.sh disable=SC1091
|
|
. "$SCRIPT_DIR/detect_gpu.sh"
|