summaryrefslogtreecommitdiffstats
path: root/debugging_demo/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'debugging_demo/run.sh')
-rwxr-xr-xdebugging_demo/run.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/debugging_demo/run.sh b/debugging_demo/run.sh
new file mode 100755
index 0000000..cff68e8
--- /dev/null
+++ b/debugging_demo/run.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+(cd ../test_code;
+./run.sh)