mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-15 01:25:01 +00:00
4 lines
109 B
Plaintext
4 lines
109 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
# description: Basic trace file check
|
||
|
|
test -f README -a -f trace -a -f tracing_on -a -f trace_pipe
|