Files

6 lines
86 B
Bash
Raw Permalink Normal View History

2022-05-13 11:27:17 +02:00
#!/bin/bash
glmark2 --annotate --size 1920x1080 > /assets/logs/glmark2.txt &
exit 0