mirror of
https://notabug.org/litucks/torzu.git
synced 2026-05-03 18:48:55 +00:00
3 lines
87 B
Bash
Executable file
3 lines
87 B
Bash
Executable file
#! /bin/sh
|
|
|
|
LD_LIBRARY_PATH=/usr/lib/$(uname -m)-linux-gnu:/usr/lib:. exec ./yuzu "$@"
|