#!
/bin/bash
# Path to the NVIDIA shared libraries
export LD_PRELOAD="/usr/lib/x86_64-linux-gnu/[Link].1:/usr/lib/x86_64-linux-
gnu/[Link].1:$LD_PRELOAD"
# Optional: print the preloaded libs for confirmation
echo "LD_PRELOAD set to: $LD_PRELOAD"
# Launch your target application (replace with your app)
exec "$@"