dotfiles/.bin/OLD/openbsd_benchmark.sh
2024-02-14 07:55:58 +01:00

7 lines
166 B
Bash
Executable File

#!/bin/sh
GLXINFO="$(glxinfo)"
# xenotic
XENOTIC_FPS=$(xonotic-sdl -benchmark demos/the-big-keybench 2>&1 | grep "one-second fps" | awk '{ printf("%.0f\n",$5) }' )