aboutsummaryrefslogtreecommitdiff
path: root/src/scripts/b_stack_con_9.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/b_stack_con_9.sh')
-rwxr-xr-xsrc/scripts/b_stack_con_9.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/scripts/b_stack_con_9.sh b/src/scripts/b_stack_con_9.sh
new file mode 100755
index 0000000..9347fb6
--- /dev/null
+++ b/src/scripts/b_stack_con_9.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+TIMEFORMAT='
+semantic property: lifo
+syntactic property: Container, Stack
+search time: %R seconds
+'
+time {
+cargo run b_stack_con.rs gen_stack_con 9
+}