Files
Tooloop-Packages/glmark2/package/assets/presentation/start-presentation.sh
T
2022-05-13 11:27:17 +02:00

6 lines
86 B
Bash

#!/bin/bash
glmark2 --annotate --size 1920x1080 > /assets/logs/glmark2.txt &
exit 0