7 lines
182 B
Bash
Executable file
7 lines
182 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
|
|
|
|
obs-gamecapture mangohud gamemoderun "$@"
|