8 lines
166 B
Bash
Executable file
8 lines
166 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# I've removed all environment variables
|
|
# but there might be useful ones in the future.
|
|
# https://docs.mesa3d.org/envvars.html
|
|
|
|
mangohud gamemoderun "$@"
|