mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-27 20:41:37 +02:00
7 lines
105 B
Bash
7 lines
105 B
Bash
|
|
#!/bin/bash
|
||
|
|
set -e
|
||
|
|
|
||
|
|
touch /assets/logs/glmark2.txt
|
||
|
|
chown tooloop:tooloop /assets/logs/glmark2.txt
|
||
|
|
|
||
|
|
exit 0
|