Files
Tooloop-Packages/gpu-benchmark/package/assets/presentation/start-presentation.sh
T

6 lines
86 B
Bash
Raw Normal View History

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