diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-05-24 20:44:52 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-05-24 20:44:52 +0300 |
commit | 12a3fbb619e9f5c885ecb3340e06b48b008d3814 (patch) | |
tree | 10c2654623d002d0f31835c1a3124df9d0789dd8 /library/cpp/lwtrace/example1/start_with_query.sh | |
parent | f14549c83decddd1c8634ce32c8616ebb654c5a3 (diff) | |
download | ydb-12a3fbb619e9f5c885ecb3340e06b48b008d3814.tar.gz |
Examples in lwtrace
Diffstat (limited to 'library/cpp/lwtrace/example1/start_with_query.sh')
-rwxr-xr-x | library/cpp/lwtrace/example1/start_with_query.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/library/cpp/lwtrace/example1/start_with_query.sh b/library/cpp/lwtrace/example1/start_with_query.sh new file mode 100755 index 0000000000..2b456d7be7 --- /dev/null +++ b/library/cpp/lwtrace/example1/start_with_query.sh @@ -0,0 +1,3 @@ +#!/bin/bash +export LWTRACE="example_query.tr" +./lwtrace-example1 |