mirror of
https://github.com/kuhyx/scripts.git
synced 2026-07-04 19:43:04 +02:00
5 lines
181 B
Bash
Executable File
5 lines
181 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)"
|
|
. "$SCRIPT_DIR/detect_gpu.sh"
|