-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathstats.sh
executable file
·41 lines (35 loc) · 1.25 KB
/
stats.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#!/bin/bash
rm stats.csv
./find_and_count.sh "action"
./find_and_count.sh "longinteger_object"
./find_and_count.sh "colored_graph"
./find_and_count.sh "finite_field"
./find_and_count.sh "longinteger_domain"
./find_and_count.sh "homogeneous_polynomial_domain"
./find_and_count.sh "projective_space"
./find_and_count.sh "grassmann"
./find_and_count.sh "orthogonal"
./find_and_count.sh "matrix_group"
./find_and_count.sh "vector_ge"
./find_and_count.sh "schreier"
./find_and_count.sh "sims"
./find_and_count.sh "variety_object"
./find_and_count.sh "surface_object"
./find_and_count.sh "quartic_curve_object"
./find_and_count.sh "poset_classification"
./find_and_count.sh "linear_algebra"
./find_and_count.sh "file_io"
./find_and_count.sh "geometry_global"
./find_and_count.sh "combinatorics_domain"
./find_and_count.sh "strong_generators"
./find_and_count.sh "any_group"
./find_and_count.sh "linear_group"
./find_and_count.sh "schreier_vector"
./find_and_count.sh "unipoly_domain"
./find_and_count.sh "unipoly_object"
./find_and_count.sh "projective_space_with_action"
./find_and_count.sh "number_theory_domain"
./find_and_count.sh "classification_step"
./find_and_count.sh "string"
./find_and_count.sh "sorting"
./find_and_count.sh "string_tools"