diff options
Diffstat (limited to 'src/scripts/b_des_con_5.sh')
-rwxr-xr-x | src/scripts/b_des_con_5.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/scripts/b_des_con_5.sh b/src/scripts/b_des_con_5.sh new file mode 100755 index 0000000..b870f59 --- /dev/null +++ b/src/scripts/b_des_con_5.sh @@ -0,0 +1,9 @@ +#!/bin/bash +TIMEFORMAT=' +semantic property: descending +syntactic property: Container +search time: %R seconds +' +time { +cargo run b_des_con.rs gen_des_con 5 +} |