Files
dealornodeal/go_nofs
2025-05-26 12:43:41 -04:00

13 lines
221 B
Bash
Executable File

#!/bin/sh
echo "Running Deal or no Deal..."
export __GL_SYNC_TO_VBLANK=0
export __GL_SINGLE_THREADED=1
export __GL_LOG_MAX_ANISO=0
export __GL_FSAA_MODE=0
printenv |grep GL
./game -c
#ddd game -display 10.0.1.54:0.0 &