mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-27 12:31:38 +02:00
6 lines
55 B
Bash
Executable File
6 lines
55 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
rm /assets/logs/glmark2.txt
|
|
|
|
exit 0 |