mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 23:03:06 +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
|