aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/lwtrace/example3/start_with_query.sh
blob: f7f58ef92958e19c21c25e38400c23ec258aac43 (plain) (blame)
1
2
3
4
5
6
#!/bin/bash 
echo "Executing program with following trace query:"
cat example_query.tr
echo -n "Press any key to start program"
read
LWTRACE="example_query.tr" ./lwtrace-example3