Files
2023-06-30 09:52:29 +02:00

7 lines
105 B
Bash
Executable File

#!/bin/bash
set -e
touch /assets/logs/glmark2.txt
chown tooloop:tooloop /assets/logs/glmark2.txt
exit 0